Recent Posts

Pages: 1 2 3 4 5 6 [7] 8 9 10
61
Help / Re: Can split windows be disabled.
« Last post by Miguel Gimenez on October 02, 2025, 09:37:02 am »
Spam reported to moderator.
62
Help / Re: Can split windows be disabled.
« Last post by escaperoad on October 02, 2025, 08:40:17 am »
I would like to turn off the window splitting feature if that's an option. I don't use it at all, so it won't affect me.
------------------------------------------
escape road
63
Help / Re: code::blocks hangs at startup
« Last post by JorgenBest on October 02, 2025, 07:51:35 am »
on 30/9/25 gdk-pixbuf2 upgraded in Arch Linux to 2.44.3-1, but CodeBlocks still hangs on wxSmith plugin
64
Hi Pecan, on the latest trunk, jump to previous position does not work if bookmark tracking is disabled. Also some unrelated events can cause last edited state to be changed. Attaching a patch for these two issues. Thanks

@Christo
Acknowledge, and will apply and test a few days.
65
Nightly builds / Re: The 13 September 2025 build (13733) is out.
« Last post by Miguel Gimenez on October 01, 2025, 09:35:42 am »
Profile spammer reported to moderator.
66
Using Code::Blocks / Re: Help getting SDL2 to work in Code Blocks
« Last post by Miguel Gimenez on October 01, 2025, 09:34:34 am »
Profile spammer caneskyd reported to moderator.
67
Using Code::Blocks / Re: Help getting SDL2 to work in Code Blocks
« Last post by Deanuglas on October 01, 2025, 09:18:30 am »
In Code::Blocks you just need to mirror the gcc command: add pkg-config --cflags sdl2 SDL2_image in the compiler options, and pkg-config --libs sdl2 SDL2_image in the linker options. That way the IDE builds the same way as your terminal command.
68
Nightly builds / Re: The 13 September 2025 build (13733) is out.
« Last post by ourultr on October 01, 2025, 06:23:55 am »
thank you  ;D
69
Using Code::Blocks / Re: Help getting SDL2 to work in Code Blocks
« Last post by caneskyd on October 01, 2025, 06:19:07 am »
1. Setup Code::Blocks toolchain
2. Create empty project
3. Add "`pkg-config --cflags`"  to "other compiler options" include the slant quotes do not include the double quotes
4. Add " `pkg-config --libs sdl2, SDL2_image`" to "other linker option" include the slant quotes do not include the double quotes

Remember edit the project options under Project -> Build options

Link to CB Wiki https://wiki.codeblocks.org/index.php/Main_Page

Tim S.
it's not work
70
Hi Pecan, on the latest trunk, jump to previous position does not work if bookmark tracking is disabled. Also some unrelated events can cause last edited state to be changed. Attaching a patch for these two issues. Thanks
Pages: 1 2 3 4 5 6 [7] 8 9 10