Bug 388821 - Allow regexp for type filters
Summary: Allow regexp for type filters
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.8   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-05 04:07 EDT by Christian Pontesegger CLA
Modified: 2012-09-05 04:07 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Pontesegger CLA 2012-09-05 04:07:30 EDT
Currently the type filter (Prefs/Java/Appearance/Type Filters) accepts * and ? as wildcards. While this is sufficient to mask whole packages. it is almost impossible to mask

"com.sun.* except com.sun.javadoc"

It would be nice to have regexp support here.