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 3: Line 3:
 
Frequently Asked Questions for JDT.  
 
Frequently Asked Questions for JDT.  
  
==JDT Users ==
+
== JDT Users ==
  
 
*[[ The_Official_Eclipse_FAQs#Java_Development_in_Eclipse | Java Development in Eclipse]] - The Official Eclipse FAQs
 
*[[ The_Official_Eclipse_FAQs#Java_Development_in_Eclipse | Java Development in Eclipse]] - The Official Eclipse FAQs
Line 11: Line 11:
 
*[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?===
+
=== 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].
 
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 ==
  
 
[[The_Official_Eclipse_FAQs#Java_Development_Tool_API | Java Development Tool API]] - The Official Eclipse FAQs
 
[[The_Official_Eclipse_FAQs#Java_Development_Tool_API | Java Development Tool API]] - The Official Eclipse FAQs

Revision as of 12:49, 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