User forums > Nightly builds
The 01 March 2017 build (11021) is out.
Jenna:
Related bug-report:
https://sourceforge.net/p/astyle/bugs/423/
It's already fixed in astyle trunk.
cacb:
Built C::B svn 11019 on Kubuntu 16.10 64bit from Jens' source file at https://apt.jenslody.de/stable/pool/main/ (thanks!)
Seems to work fine.
My wish is that the toolbars either are more compacted or somehow configurable so I can remove icons i don't use. They take up far too much space both horizontally and vertically. I have to disable the Code completion toolbar even though I have a 24' screen.
ollydbg:
--- Quote from: cacb on March 09, 2017, 10:54:13 pm ---My wish is that the toolbars either are more compacted or somehow configurable so I can remove icons i don't use.
--- End quote ---
The current implementation of all the toolbar's are "hard-coded", I mean many of toolbar are written in XRC resource files, so it is not configurable. Maybe there are some functions in wxWidgest which can hide some ununsed icons. So, patches are welcome. :)
cacb:
--- Quote from: ollydbg on March 10, 2017, 04:29:03 am ---The current implementation of all the toolbar's are "hard-coded", I mean many of toolbar are written in XRC resource files, so it is not configurable. Maybe there are some functions in wxWidgest which can hide some ununsed icons. So, patches are welcome. :)
--- End quote ---
I just made a small experiment to see if it would work. I identified the file
codeblocks-16.01svn/src/plugins/codecompletion/resources/codecompletion_toolbar.xrc
and halved the widths of the 2 wxChoice items to 143 and 330 each, and then rebuilt Code::Blocks. That gave me a code completion toolbar half the width it was before. I still see most of what I need to see. I realize this is not a general or even portable solution, but at least it shows where the issue is.
I didn't try to make the other toolbars more compact, they still waste space in particular vertically. The main problem seems to be caused by wxChoice items in combination with much "air" around.
ollydbg:
--- Quote from: cacb on March 10, 2017, 09:02:17 pm ---
--- Quote from: ollydbg on March 10, 2017, 04:29:03 am ---The current implementation of all the toolbar's are "hard-coded", I mean many of toolbar are written in XRC resource files, so it is not configurable. Maybe there are some functions in wxWidgest which can hide some ununsed icons. So, patches are welcome. :)
--- End quote ---
I just made a small experiment to see if it would work. I identified the file
codeblocks-16.01svn/src/plugins/codecompletion/resources/codecompletion_toolbar.xrc
and halved the widths of the 2 wxChoice items to 143 and 330 each, and then rebuilt Code::Blocks. That gave me a code completion toolbar half the width it was before. I still see most of what I need to see. I realize this is not a general or even portable solution, but at least it shows where the issue is.
I didn't try to make the other toolbars more compact, they still waste space in particular vertically. The main problem seems to be caused by wxChoice items in combination with much "air" around.
--- End quote ---
Long time ago, I have a patch to modify and configure the CodeCompletion's toolbar, see here: Code::Blocks / Tickets / #303 make code completion's toolbar configurable
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version