Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JDT/FAQ"

< JDT
Line 10: Line 10:
  
 
*[http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fref-jdt-faq.htm Java Development User Guide]
 
*[http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fref-jdt-faq.htm Java Development User Guide]
 +
 +
===How to disable the navigation bar or the mini package explorer located above the Java Editor?===
 +
The navigation bar is called '''Breadcrumb''', to disable the breadcrumb invoke Toggle Java Editor Breadcrumb in the toolbar or press Alt+Shift+B in the Java editor. More details on the Java editor breadcrumb can be found in [http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/ref-java-editor-breadcrumb.htm Eclipse help].
  
 
==JDT Extenders ==
 
==JDT Extenders ==

Revision as of 12:47, 8 October 2011

Frequently Asked Questions for JDT.

JDT Users

How to disable the navigation bar or the mini package explorer located above the Java Editor?

The navigation bar is called Breadcrumb, to disable the breadcrumb invoke Toggle Java Editor Breadcrumb in the toolbar or press Alt+Shift+B in the Java editor. More details on the Java editor breadcrumb can be found in Eclipse help.

JDT Extenders

Java Development Tool API - The Official Eclipse FAQs

FAQs on Stackoverflow

FAQs on Stackoverflow

Back to the top