One new feature of Eclipse 3.4 is the Java editor’s Breadcrumb Navigation Bar. This can be enabled with the keyboard shortcut Alt+Shift+B or using a tool bar button. Like the name suggests it provides a breadcrumb path for the current element in the editor. This is kind of like the location bar in Windows Explorer in Vista. You can navigate to other elements in the same level. ex. the highest level shows all the elements of the class. Or you can right click on the path element to perform any action using the context menu. ex. quickly copy the fully qualified name.
Related posts:
- Eclipse Plugin: StartExplorer
- Eclipse tip: Local History
- Eclipse Tip: Java Compare Editor
- Eclipse Tip: See more of the editor
- Eclipse Tip: Navigating stack traces
narayanan
August 21, 2008 at 4:53 AM
Hi Vasanth,
Nice to read your blog. i am also working in eclipse.
I need a small help from you, we are using BEA workshop
editor, to write java program. Some
how right click not working in my IED. can you pls tell me
what that is happening ????
Keep writing ….
Thanks in advance…
Vasanth Dharmaraj
August 21, 2008 at 12:57 PM
That is strange. Try starting eclipse with the command line argument "eclise.exe -clean".