Ticket #2365 (closed enhancement: fixed)
Repeat previous quicksearch on C-s C-s
Reported by: | E.L.K. | Owned by: | slavazanko |
---|---|---|---|
Priority: | minor | Milestone: | 4.7.5 |
Component: | mc-core | Version: | 4.7.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | commited-master |
Description
There is a handy thing - repeat the previous search in panel in case if user pressed C-s C-s (without entering text).
Example usage:
- bunch of photos and videos in directory
- C-s *.avi
- view video found
- C-s C-s to the next video (*.avi) file.
Patch attached.
There is, however, problem with this patch: in case if no such file in the panel, every next C-s will lead to deleting of last char in the search pattern. I have no idea which behaviour there will be the better, so for now i left as it is.
Attachments
Change History
Changed 14 years ago by E.L.K.
- Attachment previous_seach.patch added
comment:1 Changed 14 years ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
- severity changed from no branch to on review
- Milestone changed from 4.7 to 4.7.5
Thanks! Applied with some changes.
Created 2365_quick_search branch. Parent branch is master.
changeset:0cf86fa66abda5226fe7cd957669822d00d3509b
comment:2 Changed 14 years ago by slavazanko
Have two minor changesent in branch:
- 82b38d7e393a1763eca6a6786c670fdecedec5cb: Added definition MC_MAXFILENAMELEN for specify maximum file lenght.
- 2d23851429e3632f468e110915dbca00fcab1ac3: Added doxygen documentation for touched functions.
comment:4 Changed 14 years ago by slavazanko
- Keywords stable-candidate added
- Owner changed from andrew_b to slavazanko
- Votes for changeset changed from angel_il to angel_il slavazanko
- severity changed from on review to approved
comment:5 Changed 14 years ago by slavazanko
- Status changed from accepted to testing
- Votes for changeset changed from angel_il slavazanko to commited-master
- Resolution set to fixed
- severity changed from approved to merged
Merged into 'master' branch, changeset:312fced081b1b012b1ed145330598423bc00dd27
previous search patch