Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
General (but related to Code::Blocks) / Re: Welcome Newcomers - PLEASE READ!!!
« Last post by skrath on March 19, 2026, 06:00:45 pm »
I am new, I am here.
62
It works. Thank you!
63
General (but related to Code::Blocks) / Re: Valgrind and Cachegrind
« Last post by Evan on March 19, 2026, 10:52:20 am »
Thanks.
64
Settings -> Environment ... -> Colours -> "Start here page: Link colour"
65
The startup page "Start here" displays dark blue text on a black background, which is difficult to read. Is it possible to change the font color?  :'(


Code::Blocks: svn 18326
wxWidgets: 3.3.2
66
General (but related to Code::Blocks) / Re: Valgrind and Cachegrind
« Last post by Miguel Gimenez on March 17, 2026, 11:58:57 am »
Quote
==33537== (see section Limitations in user manual)

Quote
On Linux, Valgrind determines at startup the size of the 'brk segment' using the RLIMIT_DATA rlim_cur, with a minimum of 1 MB and a maximum of 8 MB. Valgrind outputs a message each time a program tries to extend the brk segment beyond the size determined at startup. Most programs will work properly with this limit, typically by switching to the use of mmap to get more memory. If your program really needs a big brk segment, you must change the 8 MB hardcoded limit and recompile Valgrind.

The segment is trying to grow to 72 MB, far higher than the 8 MB limit. If you are using malloc() to allocate memory you can ignore this message.
67
Using Code::Blocks / Re: CB crash today ... but I can continue to use
« Last post by ThierryD on March 16, 2026, 05:39:02 pm »
Thank's to CB Team.

Anomaly corrected (apart "option IMPLIB=xxx", but I can add in another options in linker TAB). It's alright.

You can close this topic.

Regards.
68
Using Code::Blocks / Re: Lexer for C only?
« Last post by christo on March 15, 2026, 06:45:39 pm »
For C coders, patch https://github.com/josephch/codeblocks/commit/c44cbfaeb666a3eb205dc23bae547c7db849d879.patch can be used.

It cannot be used for those who code in C++ as lexer is applied based on extensions and .h can have only one type of lexer. Extension .h supporting C and C++ based on project  would be a nice feature.
69
Using Code::Blocks / Re: Lexer for C only?
« Last post by Hyena on March 14, 2026, 08:13:23 pm »
I'm also a C coder.

Did you find any solution?

Kind of. I started using KDevelop and constructed a custom color theme for it using the colors from Code::Blocks. You can get it from here:
https://github.com/1Hyena/kdevelop-theme

KDevelop is actually good IDE for large projects (more then 50k lines of code)
70
Using Code::Blocks / Re: Lexer for C only?
« Last post by Evan on March 14, 2026, 07:54:26 pm »
I'm also a C coder.

Did you find any solution?
Pages: 1 2 3 4 5 6 [7] 8 9 10