Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Development / Assertion on closing codeblocks due to wxWidgets 3.3
« Last post by christo on Today at 07:34:05 am »
There is a regression in wxWidgets causing assertion window on closing codeblocks if the project tree is expanded and is big.

Code
../src/generic/treectlg.cpp(1539): assert "IsVisible(item)" failed in GetNextVisible(): this item itself should be visible

I've reported it to wxWidgets project and fix is identified. https://github.com/wxWidgets/wxWidgets/issues/26839

2
Using Code::Blocks / Editor : Swap header/source
« Last post by LETARTARE on Yesterday at 03:00:59 pm »
Leap-15.6

Currently, on a file editor: if you ask to switch to the header/source the requested file opens in an editor all to the right of the open files.
If many files are opened, the layout is incorrectly appropriate.
Is there an option to open it next to the applicant ?
3
Development / Re: wxWidgets version mismatch in About dialog on Linux
« Last post by PB on August 14, 2026, 11:54:23 pm »
I see, thanks for the explanation. So basically the same as the compile- and run-time version of GTK reported there.
4
Development / Re: wxWidgets version mismatch in About dialog on Linux
« Last post by Miguel Gimenez on August 14, 2026, 08:17:35 pm »
One is the version used to compile C::B, it will not change until a recompilation. The other is the version of the wxWidgets dynamic library used to run C::B, it may change after a system update.

wx3.2.x is special because the library name does not change with version updates, so C::B just uses the new library as they have the same ABI. This mismatch will not happen with wx3.3.x.
5
Development / wxWidgets version mismatch in About dialog on Linux
« Last post by PB on August 14, 2026, 02:37:16 pm »
JFYI...

After a long time, I have launched my Ubuntu VM and I upgraded it from v24 to v26.

I tried whether C::B still works and noticed in its About dialog, that wxWidgets is reported as 3.2.4 in the build info line but 3.2.9 in the Information tab. Using Ctrl+Alt+MiddleClick confirms that wxWidgets is indeed 3.2.9.

Unfortunately, I have no idea where I got C::B from and how to check whether the reported GCC version is correct.

When the same version nightly is run on Windows, both wxWidgets versions are the same there.


6
Help / Re: The tabs close when you save a file.
« Last post by dthu on August 14, 2026, 01:48:17 am »
Thanks, no problem anymore.
7
Nightly builds / Re: The 20 July 2026 build (13916) is out.
« Last post by Miguel Gimenez on August 13, 2026, 07:11:26 pm »
Prostitution advertisement reported to moderator.
9
Contributions to C::B / Re: Patch for debugger_gdbmi_windows.cbp
« Last post by Pecan on August 13, 2026, 06:23:21 pm »
Applied svn 13950
Thanks
10
Contributions to C::B / Patch for debugger_gdbmi_windows.cbp
« Last post by gd_on on August 13, 2026, 12:00:25 pm »
Here is a patch for debugger_gdbmi_Windows.cbp
There was an error in the building of the zip file: 3 files were missing. So the GDB/MI panel did not display the configuration.
Pages: [1] 2 3 4 5 6 ... 10