Bug 56920 - [navigation] Display range context in status bar
Summary: [navigation] Display range context in status bar
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-31 10:52 EST by Randy Hudson CLA
Modified: 2004-04-01 10:04 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Randy Hudson CLA 2004-03-31 10:52:18 EST
When I use incremental find (CTRL+K), it ends up selecting a range of 
characters in StlyedText, and scrolling vertically so that the range is placed 
about 1/3rd down from the top. I see the search hit, but I have no idea which 
method I am in.  This is a general problem when using search and incremental 
search. An overall improvement to the editor would be to place the 
current "model path" in the status bar.  For example, the method name, or the 
nested class name followed by the member name.  Basically, whatever is 
highlighted in the outline, but take the treepath from the outline and generate 
a string.

Another improvement would be to have smarted verical scrolling.  Sometimes the 
method declaration is just one line off the screen.
Comment 1 Dani Megert CLA 2004-04-01 02:31:16 EST
The current context can be seen either in the Java Outline page or the Members view
Comment 2 Randy Hudson CLA 2004-04-01 10:04:01 EST
I was probably using the debug perspective, or "Link with Editor" was not 
enabled.  I know some of you guys don't even have the outline view around in 
the java perspective anymore.  The status bar is mostly unused, so I think your 
considering this enhancement makes sense.