Bug 201303 - [navigation] Allow to see all classes of attached source in Outline (quick and view)
Summary: [navigation] Allow to see all classes of attached source in Outline (quick an...
Status: VERIFIED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.4   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.5 M2   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-27 14:52 EDT by Robert Konigsberg CLA
Modified: 2008-09-15 09:12 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 Robert Konigsberg CLA 2007-08-27 14:52:58 EDT
I'd like to see a feature whereby one can navigate to an inner class' outer class while using Quick Outline. This would be particularly useful in the use case where a class file has inner classes of substantial size, and you want to use CTRL-O to view the entire source file's outline, no matter where your cursor happens to be. If your inner class is large, the odds of the cursor being within that class is high, and then Quick Outline tends to have less useful information. The backspace key could be effective in this case.
Comment 1 Dani Megert CLA 2007-08-28 02:23:40 EDT
This is only a problem with class files - right? For CUs we already show all types.

The problem with class files is that the source doesn't match the class file i.e. it often shows more (types) than the just the class file you opened. The Outline shows what the model gives us. We would need API from JDT Core to give us all the types that are in the attached source.
Comment 2 Robert Konigsberg CLA 2008-08-26 21:25:24 EDT
Looks like I'm plain ol' wrong.
Comment 3 Frederic Fusier CLA 2008-09-15 09:12:20 EDT
Verified for 3.5M2 using I20080914-2000.