Jignesh
Jignesh

Reputation: 565

Hiding show view toolbar in eclipse

I want to remove this toolbar shown in the image. I have tried disabling all other items in the toolbar but this one doesn't seem to go. This toolbar is blocking my editor's space and I want to get rid of it. Please tell me a way to remove this.

Thanks

eclipse

Upvotes: 0

Views: 325

Answers (4)

Chandrayya G K
Chandrayya G K

Reputation: 8849

Which version of eclipse you are using?You can toggle the toolbar visibility by clicking Window->Hide Toolbar or Window->Show toolbar

Upvotes: 0

Jignesh
Jignesh

Reputation: 565

Hey looks like they solved this issue in eclipse juno .. just download juno and life is good !

Upvotes: 0

acostache
acostache

Reputation: 2275

I think you could try writing your own WorbenchWindow or WorkbenchPage (not sure exactly which right now) and overwrite maybe createWindowContents. See this from here (i got this quote from there, but maybe you can find a book or better reference for this):

There are limitations as to when you can override the Workbench window. The Workbench's default implementation of createWindowContents() creates controls that are not available to clients, such as the job progress area, the trim that docks fast views, and the perspective bar. When you override createWindowContents(), you lose these areas.

Upvotes: 2

Doha Kik
Doha Kik

Reputation: 109

There's no way of removing it. I have tried finding solutions but it isn't customizable

Upvotes: 0

Related Questions