[Bug 64416] New: File mask in grep dialog is wrong for PHP
Simon Ejsing
simon at esoft.dk
Wed Sep 17 09:41:03 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=64416
Summary: File mask in grep dialog is wrong for PHP
Product: kdevelop
Version: unspecified
Platform: Gentoo Packages
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: simon at esoft.dk
Version: 3.0.0 Alpha5 (using KDE KDE 3.1.3)
Installed from: Gentoo Packages
When you grep in project you only have 4 static filemasks to select from. These are not enough for every project type, especially not PHP. I look in the source code and found that they are static CStrings so adding new ones should not be a problem.
However they correct solution (in my view) would be to extend the grep dialog so that projects can add types dynamicaly so when I have my PHP project opened file mask defaults to
1) *.php, *.php3, *.php4
2) *.html, *.htm
And only those. C++ projects would then register the default filemask.
More information about the KDevelop-devel
mailing list