Changeset 1470


Ignore:
Timestamp:
Oct 14, 2009, 1:41:21 AM (16 years ago)
Author:
Steven Levine
Message:

Remember last filter mask selection
Use Ctrl-click to select state or commonly used directory quicklist entry without activating.
Use Ctrl-click to select walk dialog user list entry without activating.
Avoid drivebar MB2 exception
Remember last seek and scan mask selection across runs
Avoid traps when changing tree container display style
Restore missing drives to drive list dropdown
Minor documentation updates

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/HISTORY

    r1469 r1470  
    44 o Rework compare directories for speed; allow AND'ed selections;
    55 allow fast cancel from long running operations; more content menu items
     6 o Remember last filter mask selection
     7 o Use Ctrl-click to select state or commonly used directory quicklist entry without activating.
     8   Handy for deleting entries without changing window state.
     9 o Use Ctrl-click to select walk dialog user list entry without activating.
     10   Handy for deleting entries without changing entry field content.
     11 o Avoid drivebar MB2 exception
     12 o Remember last seek and scan mask selection across runs
     13 o Avoid traps when changing tree container display style
     14 o Restore missing drives to drive list dropdown
    615
    7163.17
  • trunk/dll/comp.c

    r1469 r1470  
    26042604            if (pci) {
    26052605              if (!*pci->pszFileName) {
    2606                 // Slot empty
    2607                 // 17 Jan 08 SHL fixme to know how can get here
    2608                 Runtime_Error(pszSrcFile, __LINE__, NULL);
    2609                 // 12 Jan 08 SHL fixme to know if select counts need update?
     2606                // User clicked on empty slot - just clear
    26102607                if (pci->rc.flRecordAttr & CRA_SELECTED)
    26112608                  WinSendDlgItemMsg(hwnd, SHORT1FROMMP(mp1),
Note: See TracChangeset for help on using the changeset viewer.