Bug 360654

Summary: Please add button to re-run search in files
Product: [Developer tools] kdevplatform Reporter: Alexander Potashev <aspotashev>
Component: grepviewAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: wishlist CC: aleixpol
Priority: NOR Keywords: junior-jobs
Version: git master   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
URL: https://phabricator.kde.org/D3550
Latest Commit: Version Fixed In: 5.1.0
Sentry Crash Report:

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