News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

GUIDE - STL Pretty Print in Code::Blocks

Started by GravityWell, October 25, 2012, 05:15:49 PM

Previous topic - Next topic

GravityWell

Guide is updated to include Linux. Let me know how it goes if you try it.

GravityWell

Quote from: oBFusCATed on October 26, 2012, 09:10:48 PM
Morten: Can you apply the same magic you've applied here: http://svn.berlios.de/wsvn/codeblocks/trunk/src/sdk/resources/select_target.xrc?op=diff&rev=7937&peg=7937&ignorews=1 ?
I just noticed something that may help in reproducing this. It seems if I start Codeblocks without a project, from the Linux start menu or desktop, then load a project, the problem with the "Debugger initialization commands" appears. If I launch Codeblocks with a project, such a double clicking a .cbp file, then the "Debugger initialization commands" text box is properly sized and works.

MortenMacFly

Quote from: oBFusCATed on October 26, 2012, 09:10:48 PM
Morten: Can you apply the same magic you've applied here: http://svn.berlios.de/wsvn/codeblocks/trunk/src/sdk/resources/select_target.xrc?op=diff&rev=7937&peg=7937&ignorews=1 ?
Well actually this is a different issue here, but you can try the patch attached and tell me if that helps (I don't have Linux to test ATM)...

BTW: To me it seems more like a WX bug related to static sizers.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

GravityWell

Removing <option>1</option> didn't seem to make any difference. Removing the multiline style solved it, but then of course it is limited to one line. It could probably be much better debugged in a IDE in Linux, but my abilities and interest in Linux is limited. Barring any other developments, I think I'll update the Wiki page to recommend opening a project via CBP file if necessary, which seems to be a functioning work-around for some reason.