Bug 64292 - [projection][preferences] Provide "filters" for code folding
Summary: [projection][preferences] Provide "filters" for code folding
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-27 04:28 EDT by Ralf Schmauder CLA
Modified: 2004-05-27 04:48 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 Ralf Schmauder CLA 2004-05-27 04:28:41 EDT
Since it is sometimes very difficult to see which method is declared in which
interfaces eg. it would be very good to have filter options for the code folding
like:
- fold all methods except those declared in interface A or superclass B
- fold non public methods
...