Ticket #3453 (closed enhancement: fixed)
Find file results dialog title patch
Reported by: | Miven | Owned by: | andrew_b |
---|---|---|---|
Priority: | minor | Milestone: | 4.8.22 |
Component: | mc-core | Version: | master |
Keywords: | find file results dialog | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
Find File (M-?) works great. However, I often have more than 1 mc running on side by side workspaces grepping in the same huge directory for related things. When I get results from 2 side by side searches, there is no indication in the results dialog what the results were for. Sometimes these searches take quite a while and I cannot recall which one was for what by the time they complete.
I have a patch here that adds the Find pattern and Contents pattern (if used) to the results dialog title, so that you can see exactly what you were grepping for, after a lengthy search is completed.
Attachments
Change History
Changed 10 years ago by Miven
- Attachment patch01-find.c-find-file-title-content.diff added
comment:1 Changed 9 years ago by zaytsev
- Status changed from new to accepted
- Owner set to zaytsev
- Milestone changed from Future Releases to 4.8.17
comment:6 Changed 6 years ago by andrew_b
- Owner changed from zaytsev to andrew_b
- Component changed from mc-search to mc-core
- Branch state changed from no branch to on review
Branch: 3453_find_results_title
changeset:67c6496031c23367e4db8caa4e3677058cdb01fc
comment:7 follow-up: ↓ 8 Changed 6 years ago by andrew_b
- Branch state changed from on review to on rework
Rework is required to support dialog resize.
comment:8 in reply to: ↑ 7 Changed 6 years ago by andrew_b
- Branch state changed from on rework to on review
Replying to andrew_b:
Rework is required to support dialog resize.
Done.
Branch: 3453_find_results_title
Initial changeset:a38c7f19e9598d4b68183382c43f8a52f40a2a4a
comment:9 Changed 6 years ago by andrew_b
- Votes for changeset set to andrew_b
- Branch state changed from on review to approved
comment:10 Changed 6 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from andrew_b to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [202b80a2eb3cda5bb319276e9c3471a52f96f42d].
git log --pretty=oneline faa893b..202b80a
Find file search results dialog patch