Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Development / Re: AI may help us to create plugins
« Last post by stahta01 on Yesterday at 09:21:58 am »
AI Code Generation equals AI generated copyright violations way to often for me to have peace of mind in using it.

Tim S.
2
Development / Re: AI may help us to create plugins
« Last post by prospero on Yesterday at 03:48:44 am »
An explicit stance on AI (pro- or anti-) would be appreciated by users, I think. I, for one, do not want AI integration, and especially not as something I have to go out of my way to disable, and if it's going to be added, it's best kept as a plugin. If Code::Blocks goes all-in on AI the way Codelite did, I'll probably stop using it (or stick to an older version).
3
General (but related to Code::Blocks) / Re: wxWidgets 3.2.9 is out
« Last post by bouced on December 18, 2025, 09:13:39 am »
wxWidgets has just published the 3.2.9 release.

For this release, wxWidgets team has built a windows binary that works directly with Codeblocks builtin compiler, one has to download the MSYS2 14.2 UCRT version.
4
General (but related to Code::Blocks) / Re: Welcome Newcomers - PLEASE READ!!!
« Last post by atronoush on December 16, 2025, 06:36:30 pm »
I am here! I am new  :)
5
General (but related to Code::Blocks) / Re: wxWidgets 3.2.9 is out
« Last post by ollydbg on December 13, 2025, 04:15:23 pm »
Quote
But it looks like wx 3.3.1 and wx 3.2.9 do not have much difference.  :)
At least, support for dark mode in MSW is new with 3.3.x serie

Oh, yes,  I forgot that. I haven't used the dark mode before.
6
General (but related to Code::Blocks) / Re: wxWidgets 3.2.9 is out
« Last post by gd_on on December 13, 2025, 12:22:39 pm »
Quote
But it looks like wx 3.3.1 and wx 3.2.9 do not have much difference.  :)
At least, support for dark mode in MSW is new with 3.3.x serie
7
General (but related to Code::Blocks) / Re: wxWidgets 3.2.9 is out
« Last post by ollydbg on December 13, 2025, 11:36:05 am »
Good news.
But it looks like wx 3.3.1 and wx 3.2.9 do not have much difference.  :)
So, I switched my github action to used the msys2's wx3.3.1 to build C::B, see here: Release CodeBlocks svn r13761 and wxWidgets 3.3.1.0 Build at 2025-12-07-05-06-33 asmwarrior/x86-codeblocks-builds.
8
General (but related to Code::Blocks) / wxWidgets 3.2.9 is out
« Last post by Miguel Gimenez on December 12, 2025, 03:37:17 pm »
wxWidgets has just published the 3.2.9 release.
9
Using Code::Blocks / Re: Symbol Browser : missing classes
« Last post by JohnCell on December 09, 2025, 02:13:02 pm »
Hello Miguel,

Thanks for your answer.
No, missing classes are not always the same ones. It's random.
My code is C++17.

Ok, I'll try your suggestion and post feedback.

John
10
Using Code::Blocks / Re: Symbol Browser : missing classes
« Last post by Miguel Gimenez on December 09, 2025, 12:53:21 pm »
The missing classes, are always the same? The legacy code completion parser may not recognize classes using recents standard features or some templates.

You can try the Clangd-client code completion plugin, see this.
Pages: [1] 2 3 4 5 6 ... 10