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?
Toolbars view reset by update
-
- CodeLite Veteran
- Posts: 56
- Joined: Thu Sep 22, 2011 11:29 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Toolbars view reset by update
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
The later should not cause any layout changes while the first will
Eran
Make sure you have read the HOW TO POST thread
-
- 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
Codelite version update: >>>But when I update CL sources (from SVN repository), rebuild and reinstall<<<
-
- 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
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.
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.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Toolbars view reset by update
In that case, you can simply change the settings to work with the 'Single Toolbar' rather than the multiple toolbar mode.spaces wrote:I use only the build and debug toolbars so
Settings | Global Editor Preferences | Misc | Single Toolbar
Eran
Make sure you have read the HOW TO POST thread
-
- 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
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
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
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Toolbars view reset by update
You cant hide it
Eran
Eran
Make sure you have read the HOW TO POST thread