Changes between Initial Version and Version 9 of Ticket #1487


Ignore:
Timestamp:
08/22/09 08:36:52 (15 years ago)
Author:
angel_il
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1487

    • Property Status changed from new to accepted
    • Property Cc dborca@…, dmartina@… added
    • Property Owner set to angel_il
  • Ticket #1487 – Description

    initial v9  
    44 
    552. There's no "Whole Words Only" option.  One could use regex search with \btext\b, but see the bug above.  Besides, it would be nice to have a quick "Whole Words Only" checkbox for text searches.  I sometimes find it useful, even in File Find (a la "grep -rw"). 
    6  
    7 3. "First Occurence Only" in File Find.  Ok, I just noticed it today in GIT, but after a quick glance, it is broken.  Because it continues to scan the file after the first match, which beats the whole purpose of this option.  There's NO point in continuing to read the file if only a single match is desired. 
    8  
    9 4. In Editor, replace remembers the last text entered, but Search does not.  I think it should :P 
    10  
    11 5. Search backwards behaves erratically.  Normal search gives other results than plain-word regex.  Also, it even finds the text if it is a few chars to the right of the cursor. 
    12  
    13 6. A nice addition would be "set bookmarks" option in Editor Search.  Especially with colored bookmarks (Ticket #1484) 
    14  
    15 Attached is a patch (against 4.7.0-pre1) which addresses the above issues.