Recent Posts

Pages: 1 2 3 [4] 5 6 7 8 9 10
31
Using Code::Blocks / Editor : Swap header/source
« Last post by LETARTARE on August 15, 2026, 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 ?
32
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.
33
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.
34
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.


35
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.
37
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
38
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.
39
Help / Re: The tabs close when you save a file.
« Last post by killerbot on August 12, 2026, 11:05:56 pm »
I originally wrote the glob feature, and then somebody worked on it, to provide a UI, and some other features.
Since that day, it has been driving me crazy, what I suffered from was, when I edited such opened file, and saved it, it always jumped to the start of the file, and the close thing I might have suffered from that too.

So nice to see, there is a fix. I will try to check if in my projects this is solved too.

I started ditching the glob feature use due to that regression, since I don't have time myself to go study what happened to the original feature.
40
Help / Re: The tabs close when you save a file.
« Last post by christo on August 12, 2026, 08:21:36 pm »
Issue is due to an extra file separator added in calculating relative path. This causes false failure  on checking if file is in glob list. And it results in editor being closed.

Fix added in svn r13949
Pages: 1 2 3 [4] 5 6 7 8 9 10