Bug 112381

Summary: personalize "find in files" template regular expressions
Product: [Developer tools] kdevplatform Reporter: greatbunzinni
Component: grepviewAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: 1.3.0   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description greatbunzinni 2005-09-10 20:19:38 UTC
Version:           3.2.1 (using KDE KDE 3.4.2)

It would be nice if KDevelop let the user customize the template regular expressions it has for the "find in files" feature. IMHO It wouldn't need a UI or anything like that. It would be more than enough if KDevelop stored the templates in a small XML file that could be accessed by the user.
Comment 1 Milian Wolff 2011-03-29 19:50:01 UTC
Git commit db514027279183c8c9245e5699df661b5f9d812e by Milian Wolff.
Committed on 29/03/2011 at 19:52.
Pushed by mwolff into branch 'master'.

use combo box instead of line edit for patterns in find in files dialog

This patch replaces the "line edit" in the "find in files" dialog by a KComboBox,
 so that all used patterns are saved between sessions, not only the last used one.

Thanks for the patch go to Steffen Ohrendorf

CCBUG: 112381
REVIEW: 100877

M  +20   -8    plugins/grepview/grepdialog.cpp     
M  +2    -5    plugins/grepview/grepwidget.ui     

http://commits.kde.org/kdevplatform/db514027279183c8c9245e5699df661b5f9d812e
Comment 2 Kevin Funk 2012-12-23 00:13:37 UTC
See last comment.