Bug 22555 - Selecting an editor does not select it's class in the Hierarchy pane
Summary: Selecting an editor does not select it's class in the Hierarchy pane
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Erich Gamma CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2002-08-19 20:39 EDT by Gary Gregory CLA
Modified: 2002-08-20 06:50 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gary Gregory CLA 2002-08-19 20:39:10 EDT
When you click in the code editor for a given class, that class is NOT selected 
in the Hierarchy pane. This behavior is *different* then the Types pane which 
does select the right class.

My custom perspective has a Packages pane, Hierarchy pane and a code editor 
pane. My packages pane is really a pane with a Packages Tab and a Projects Tab.
I really would like to work in this perspective but I am running into a lot of 
hickups.

Thank you.
Comment 1 Dirk Baeumer CLA 2002-08-20 06:50:20 EDT
There is a preference to control that behaviour: Java->Link Type Hierarchy 
View....

Please note that this only works if the type is present in the hierarchy. The 
reason is that building a type hierarchy is expensive. There are no plans to 
improve this for 2.x or 3.x.