RSS
 

Eclipse Tip: Java Editor Breadcrumb Navigation Bar

18 Aug

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:

  1. Eclipse Plugin: StartExplorer
  2. Eclipse tip: Local History
  3. Eclipse Tip: Java Compare Editor
  4. Eclipse Tip: See more of the editor
  5. Eclipse Tip: Navigating stack traces

 
2 Comments

Posted in Eclipse, Java

 
  1. 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…

     
  2. Vasanth Dharmaraj

    August 21, 2008 at 12:57 PM

    That is strange. Try starting eclipse with the command line argument "eclise.exe -clean".