David B
David B

Reputation: 3571

Eclipse Navigation Pane

I would like to ask how to enable this feature in Eclipse where we have this toolbar in the editor area where you could see the project location of the active editor.

I don't have the graphical representation of it but it looks like having this following components: Project Name > Package > File > Method. It's not similar with the Java Browsing Perspective. It's more of a mini-outline of the file active in the editor which is commonly found in the middle of the textarea and the tabs in the editor area

Upvotes: 0

Views: 3733

Answers (2)

Francis Upton IV
Francis Upton IV

Reputation: 19443

It's the "Toggle Breadcrumb" button with a little green C and a little black triangle. It's on the toolbar. In the screenshot here just below "PDFs".

Toolbar shot

Upvotes: 1

lorraine batol
lorraine batol

Reputation: 6281

I guess you mean "Outline"

Go to Window menu, Show View, Outline.

Upvotes: 0

Related Questions