Adam Dube
Adam Dube

Reputation: 19

Eclipse neon toolbar appeared randomly

recently when I launched eclipse, I had a toolbar added. I want to get rid of it.... It starts with the hammer up to the "local" part. How to get rid of it ?Here is a screen: enter image description here

Upvotes: 0

Views: 36

Answers (1)

Pyves
Pyves

Reputation: 6483

That looks like the Eclipse LaunchBar. It used to be packaged as a plugin for Eclipse CDT, but it can now be installed separately from any Eclipse version.

To disable it, go to Window -> Preferences -> Run/Debug -> Launching -> Launch Bar. Unselect the box next to Enable the Launch Bar.

Launch Bar

Upvotes: 1

Related Questions