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.
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
See last comment.