Changeset 1470
- Timestamp:
- Oct 14, 2009, 1:41:21 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
HISTORY (modified) (1 diff)
-
dll/comp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HISTORY
r1469 r1470 4 4 o Rework compare directories for speed; allow AND'ed selections; 5 5 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 6 15 7 16 3.17 -
trunk/dll/comp.c
r1469 r1470 2604 2604 if (pci) { 2605 2605 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 2610 2607 if (pci->rc.flRecordAttr & CRA_SELECTED) 2611 2608 WinSendDlgItemMsg(hwnd, SHORT1FROMMP(mp1),
Note:
See TracChangeset
for help on using the changeset viewer.
