Changeset 1471 for trunk/dll/grep.c


Ignore:
Timestamp:
Oct 14, 2009, 1:43:04 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/grep.c

    r1456 r1471  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2001, 2008 Steven H. Levine
     9  Copyright (c) 2001, 2009 Steven H. Levine
    1010
    1111  12 Feb 03 SHL InsertGrepFile: standardize EA math
     
    562562  PSZ p;
    563563  APIRET rc;
    564   // 06 Oct 07 SHL Correct size for xDosFindFirst
    565564  ULONG ulBufBytes = FilesToGet * sizeof(FILEFINDBUF4L);
    566565  static BOOL fDone;
     
    697696
    698697/**
    699  * Insert record into container
     698 * Insert one or more records into container
    700699 */
    701700
     
    826825      grep->insertedbytes += pffb->cbFile + CBLIST_TO_EASIZE(pffb->cbList);
    827826      grep->toinsert++;
    828       if (grep->toinsert == FilesToGet)
     827      // 07 Oct 09 SHL honor sync updates
     828      if (grep->toinsert == FilesToGet || fSyncUpdates)
    829829        return DoInsertion(grep, pitdSleep, pitdReport);
    830830      return TRUE;
Note: See TracChangeset for help on using the changeset viewer.