Toolbars view reset by update

General questions regarding the usage of CodeLite
tankist02
CodeLite Veteran
Posts: 56
Joined: Thu Sep 22, 2011 11:29 pm
Genuine User: Yes
IDE Question: c++
Contact:

Toolbars view reset by update

Post by tankist02 »

I must confess - I don't use toolbars much. If I am new to a program - I use menus. Otherwise I use keyboard shortcuts.

The first thing I do with CodeBlocks is hide all toolbars by diligently clicking through all 10 items in View/Toolbars. But when I update CL sources (from SVN repository), rebuild and reinstall toolbars spring back at me. At the same time my other local changes are intact.

Is there a way to permanently hide toolbars?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Toolbars view reset by update

Post by eranif »

I am not sure what 'update' are you refering to: update.bat or codelite version upgrade.
The later should not cause any layout changes while the first will

Eran
Make sure you have read the HOW TO POST thread
tankist02
CodeLite Veteran
Posts: 56
Joined: Thu Sep 22, 2011 11:29 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Toolbars view reset by update

Post by tankist02 »

Codelite version update: >>>But when I update CL sources (from SVN repository), rebuild and reinstall<<<
spaces
CodeLite Veteran
Posts: 67
Joined: Mon Aug 22, 2011 10:15 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Toolbars view reset by update

Post by spaces »

Yes, when anything happens to your CL install it resets the toolbar settings.

It's a minor annoyance but it's there.

I use only the build and debug toolbars so I usually just switch off the rest, and be done with it. :)
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Toolbars view reset by update

Post by eranif »

spaces wrote:I use only the build and debug toolbars so
In that case, you can simply change the settings to work with the 'Single Toolbar' rather than the multiple toolbar mode.

Settings | Global Editor Preferences | Misc | Single Toolbar

Eran
Make sure you have read the HOW TO POST thread
tankist02
CodeLite Veteran
Posts: 56
Joined: Thu Sep 22, 2011 11:29 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Toolbars view reset by update

Post by tankist02 »

Hi Eran,

Thanks for the hint - single toolbar layout looks better for me.

But I don't see how to show/hide the single toolbar in menus. Maybe there is flag somewhere in configuration files?

Thanks,
Andrew
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Toolbars view reset by update

Post by eranif »

You cant hide it

Eran
Make sure you have read the HOW TO POST thread
Post Reply