Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide/disable CDT launchbar?

I've updated my Eclipse IDE recently and a new launchbar appeared after the CDT update.
I really don't like it, which is why I'm trying to get rid of it. I haven't yet found a way to hide or disable it...
Do you know how I could do this ?

Here's a snapshot of the launchbar : https://wiki.eclipse.org/images/1/15/CDTLaunchBar.png

like image 245
sylvelk Avatar asked Sep 14 '15 07:09

sylvelk


1 Answers

The LaunchBar (org.eclipse.launchbar.feature.group) comes as a dependency of "C/C++ Qt Support" (org.eclipse.cdt.qt.feature.group), so you need to either un-install the Qt Support CDT component, or disable the LaunchBar in Eclipse preferences:

enter image description here

like image 64
Bass Avatar answered Oct 20 '22 19:10

Bass