How to disable breadcrumbs in Eclipse -


How can I disable Eclipse?

only a.

From:

Initial Breadcrump GUI

  • Toolbar Icon dd
  • A native shortcut based on Ctrl + < Kbd> 3 + roti , which directly indicates toggle java editor breadcrumbs .
  • reminds us that you Right-click on the icon Select the entry for the breadcrumb and " hide breadcrumbs ".


Basic Answer (Manually via Key Mapping)

File org.eclipse Find .help .webapp \ \ breadcrumbs.css and replace with its contents.

  .help_breadcrumbs {display: none; }  

For the Java Editor breadcrumb, you will see the "Toggle Java Editor breadcrumb" command (I Alt + B , example )

alt text

that shortcut to the breadcrumb bar Will appear / will delay


Comments