Ticket #1495 (closed task: duplicate)
Add 'Whole words only' globally
Reported by: | slavazanko | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-core | Version: | |
Keywords: | search | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: |
Description
Need to add 'Whole words only' option into:
- search dialog of editor/viewer;
- replace dialog of editor
- file search dialog
Attachments
Change History
comment:3 Changed 15 years ago by dborca
Note that mc-4.7.0-pre1.whole_words.patch also contains a fix for a bug where
search_end - search_start > view->search->original_len
may work incorrectly due to signed/unsigned mismatch (wrap-around may still be a problem, though)
The same holds for Editor, but I'm too lazy to create a patch. Backwards search is broken enough to deserve a separate patch. :D
Note: See
TracTickets for help on using
tickets.
Related ticket: #1487