How to hide/disable CDT launchbar?

前端 未结 3 1299
猫巷女王i
猫巷女王i 2021-02-20 18:44

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 f

3条回答
  •  难免孤独
    2021-02-20 19:04

    The launchbar used to come as a plugin for the CDT, which is probably how you got it, but it was later (in the Mars release) was moved to be a standalone feature - which is probably what @Doug Schaefer refers to.

    If you have the new version of the Launch Bar that is installed as a feature, you can go to Help -> About Eclipse and click the "Installation Details" button. In the "Installation Details" under "Installed Software" you should see the "Launch Bar" and be able to uninstall it. Note that if you had the Launch Bar installed previously as a plugin, it will still remain on your system after you have removed the Launch Bar feature.

    Regardless if you have the feature version or the plugin version (or both), you can also just hide it using the Eclipse preferences: Run/Debug -> Launching -> Launch Bar, and there would be 2 or 3 check boxes - just uncheck all of them (or just the first actually) and you should be good to go.

提交回复
热议问题