Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » manage CDT launch bar like other toolbar items
manage CDT launch bar like other toolbar items [message #1776563] Fri, 17 November 2017 17:57 Go to next message
Mitchell Ackerman is currently offline Mitchell AckermanFriend
Messages: 5
Registered: October 2013
Junior Member
Why is the CDT launch bar the only toolbar item not manageable via the Customize Perspective dialog? I wasted way too much time trying to figure out how to get rid of it. It should be able to be configured in the same way as all the other toolbar items.
Re: manage CDT launch bar like other toolbar items [message #1776565 is a reply to message #1776563] Fri, 17 November 2017 18:12 Go to previous message
Doug Schaefer is currently offline Doug SchaeferFriend
Messages: 135
Registered: July 2009
Senior Member
There are a couple of reasons. The main one is that it's injected using e4. The old Eclipse e3 APIs don't support the size of the controls we're using properly (they get cut off). And we want to control where it appears when it is turned on, i.e. on the far left.

There is a preference to turn it off in the Run/Debug - Launching - Launch Bar preference page.

Be aware thought that with the CDT, there are some workflows that don't work without it, e.g. CMake projects. That may get fixed in the future, but that depends on people contributing to that.
Previous Topic:Project Explorer displays full path. How to turn off?
Next Topic:Importing Paths and Symbols from command line?
Goto Forum:
  


Current Time: Fri Apr 19 19:34:49 GMT 2024

Powered by FUDForum. Page generated in 0.02797 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top