Page 1 of 1
Enable/disable fixed tab width
Posted: Wed Apr 01, 2009 3:02 pm
by marfi
Hi,
please, is there any way how to disable fixed width in notebooks' tabs? I use the latest SVN revision and the new look (fixed width) caused that some of (previously visible) panels in output notebook aren't visible anymore (now I must use notebook's dropdown menu). Is there any reason why to waste space with loooooooooooooooong tabs containing short labels?
Best regards
marfi
Re: Enable/disable fixed tab width
Posted: Wed Apr 01, 2009 4:36 pm
by eranif
If u r using the SVN sources, open file output_pane.cpp line 73, and remove the flag: wxVB_FIX_WIDTH - compile and re-install codelite.
The width of the tabs are determined by the widest tab label (i.e. Replace Results) - I will make this optional.
Eran
Re: Enable/disable fixed tab width
Posted: Fri Apr 03, 2009 12:30 am
by eranif
Hi Marfi,
I committed a new code into the SVN trunk which allows user to customize each notebook: for now, you can: change the tab orientation OR enable / disable fixed tab width.
With the current revision, you can disable the fixed width tabs but it will not be saved for the next restart (this will be committed later on).
To use this functionality, simply use the little arrow button on the left of the tab bar in addition to the open files, you will see at the bottom new option: 'customize...' which opens the customization dialog
Eran
Re: Enable/disable fixed tab width
Posted: Mon Apr 06, 2009 10:29 am
by marfi
Thank you very much for this patch. I'm looking forward for the full update (now I'm using modified sources accordingly to your previous advice).
Best regards
Michal
Re: Enable/disable fixed tab width
Posted: Mon Apr 06, 2009 11:58 am
by eranif
You could do SVN update and use the new 'customize' option available for each notebook (using the drop down button)
Eran