Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How hide menus and buttons

Hi Christelle,

Have a look at activities. They are already used to hide elements of the CDT ui.

Here is where it is used by CDT: https://git.eclipse.org/c/cdt/org.eclipse.cdt.git/tree/releng/org.eclipse.cdt/plugin.xml#n26

Here is an article from vogella about it: http://blog.vogella.com/2009/07/13/eclipse-activities/

Jonah

~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com

On 22 September 2016 at 09:40, Christelle BURGUERA <Christelle.BURGUERA@xxxxxx> wrote:

Hi all !

 

We develop our own development environment for STM32 mcus based on CDT.

Is there a simple way to hide menus and buttons ?

 

I would add a preference to hide/show after a relaunch, to simplify the GUI …

 

Thank you

 

Christelle


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top