[Bug 59973] New: Group filters unusable with certain class names
Curtis d'Entremont
038535d at acadiau.ca
Wed Jun 18 04:03:05 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=59973
Summary: Group filters unusable with certain class names
Product: kdevelop
Version: 2.1.5
Platform: Gentoo Packages
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: 038535d at acadiau.ca
Version: 2.1.5 (using KDE KDE 3.1.2)
Installed from: Gentoo Packages
OS: Linux
I want to separate my api and internals into two groups. I have a class Extrapolator in api, and PolynomialExtrapolator in internal. I set the filters for api to "Extrapolator.*" and for internals to "PolynomialExtrapolator.*". Problem: the PolynomialExtrapolator files are shown in api, or anything that ends with Extrapolator.*, for that matter.
When you set a filter, say x.*, it catches everything that ends with x.*, and steals from the other filters that are more specific, like zyx.*, thus preventing certain groupings.
More information about the KDevelop-devel
mailing list