Changeset 1546 for trunk/dll/misc.c


Ignore:
Timestamp:
Oct 24, 2010, 12:33:00 AM (15 years ago)
Author:
Gregg Young
Message:

Add menu item to allow opening of directory container from the collector based on the path of the selected item. (Ticket 362) Add open file button to EAs dialog to allow opening of a new file's eas (Ticket 439). Initial work on populating the help table (It provides F1 help a few more places) (Ticket 95). Some minor code cleanup and help file updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/misc.c

    r1544 r1546  
    6666                Added load_inicommand to load the IDs from the ini file.
    6767  17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *.
     68  23 Oct 10 GKY Add menu items for opening directory cnrs based on path of selected item
     69                including the option to use walk directories to select path
    6870
    6971***********************************************************************/
     
    20112013                            fDefaultDeletePerm ? IDM_PERMDELETE : IDM_DELETE);
    20122014      SetConditionalCascade(CollectorFileMenu, IDM_OPENSUBMENU,
    2013                             IDM_OPENDEFAULT);
     2015                            IDM_OPENDEFAULT);
     2016      SetConditionalCascade(CollectorFileMenu, IDM_OPENSUBCNRMENU,
     2017                            IDM_OPENWINDOW);
    20142018      SetConditionalCascade(CollectorFileMenu, IDM_OBJECTSUBMENU, IDM_SHADOW);
    20152019      if (fWorkPlace) {
Note: See TracChangeset for help on using the changeset viewer.