Bug 360654 - Please add button to re-run search in files
Summary: Please add button to re-run search in files
Status: RESOLVED FIXED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: grepview (show other bugs)
Version: git master
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL: https://phabricator.kde.org/D3550
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2016-03-17 12:01 UTC by Alexander Potashev
Modified: 2016-12-29 10:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.1.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2016-03-17 12:01:02 UTC
Scenario:
 1. Use "Find in Files" to search for some pattern that needs update in the code.
 2. Click on the found occurrences and make changes in a way that the pattern no longer matches the former occurrences.
 3. Now I want to re-run the search with the same pattern to make sure that all of the occurrences have been addressed.

The only way I can re-run the search is to open the search dialog again. I would like to do it with one click, without opening any dialogs.

Reproducible: Always
Comment 1 Aleix Pol 2016-03-17 12:12:06 UTC
+1, I'd like that too
Comment 2 Kevin Funk 2016-11-28 15:15:15 UTC
Hint: The "Find in Files" feature resides in ./plugins/grepview in kdevplatform.git
Comment 3 Kevin Funk 2016-12-29 10:34:59 UTC
Patch submitted