Omni Systems, Inc.

  

Mif2Go User's Guide, Version 55

  

Valid HTML 4.01!

 

Made with Mif2Go

12 Generating Eclipse Help > 12.2 Setting up an Eclipse Help project > 12.2.6 Disabling breadcrumb trails in Eclipse Help


12.2.6 Disabling breadcrumb trails in Eclipse Help

Eclipse Help version 3.3 includes breadcrumbs (trails of links) by default. If you do not want this navigation feature, you can disable it.

To disable breadcrumbs, find the file named:

org.eclipse.help.webapp\advanced\breadcrumbs.css

and replace its contents with:

...help_breadcrumbs {

display: none;

}

Including anchors in TOC entries also disables Eclipse Help native breadcrumbs, but might interfere with other features; see §12.4.4.3 Enabling mid-topic links from the TOC.



12 Generating Eclipse Help > 12.2 Setting up an Eclipse Help project > 12.2.6 Disabling breadcrumb trails in Eclipse Help