Bug 158017 - Add categories to Members and Outline trees
Summary: Add categories to Members and Outline trees
Status: RESOLVED DUPLICATE of bug 132326
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: All Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-20 12:07 EDT by Pascal Filion CLA
Modified: 2006-09-20 12:11 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 Pascal Filion CLA 2006-09-20 12:07:26 EDT
The @category added to Javadoc should help to partition the tree into categories as well. It would then become possible to expand/collapse categories to only see the desired fields/methods. Also, the other settings would still apply: showing/hiding fields, sorting or not, hiding static fields/methods, etc.

Here an example:

+ import declarations (this is already a category that can be hidden)
  |- java.util.List
- MyCategory1 (here expanded)
  |- myField1
  |- myMethod1
+ MyCategory2 (here collapsed)
- MyCategory3
  |- myMethod2
Comment 1 Dani Megert CLA 2006-09-20 12:11:13 EDT
Note that with 3.2 we show the category in the label and you can filter categories.

*** This bug has been marked as a duplicate of 132326 ***