[Bug 57462] New: broken regexp for included files in python project
Stuart
stuartw at kcbbs.gen.nz
Sun Apr 20 02:35:06 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=57462
Summary: broken regexp for included files in python project
Product: kdevelop
Version: unspecified
Platform: RedHat RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: stuartw at kcbbs.gen.nz
Version: 3.0.0a4 (using KDE KDE 3.1)
Installed from: RedHat RPMs
OS: Linux
After creating an imported python project it includes all python files in the project directory and subdirectories, after changing the include expression from '*.py' to 'mtg*.py' to limit this action *NO* files are included. '*mtg*.py' causes the inclusion of ALL files, not only those that match the expression. (there are definately mtg*.py files included when using *.py)
(changed in 'project->project options->script project options')
This makes it very hard to maintain a meaningfull python project, as all files (not just rhe ones desired) become included in the project, and therefore in the class browser, etc.
It would also be nice to be able to provide a list of expressions.
eg, 'mtg*.py; testrun.py; lib/lib*.py'
More information about the KDevelop-devel
mailing list