Recent Posts

Pages: 1 2 3 4 5 [6] 7 8 9 10
51
Help / Re: Incremental Search text box selects itself
« Last post by sedenion on February 17, 2026, 09:54:20 am »
If you are not familiar with SVN, you can try git.
There are some git mirrors, see here:
https://github.com/arnholm/codeblocks_sfmirror

Thanks for your help and reply. Anyway I managed to get the nightly builds package from xaviou debian repositories, and I can confirm incremental search now behave properly.

Now, this would be cool that Debian mainteners updates their official packages...
52
Help / Re: Incremental Search text box selects itself
« Last post by ollydbg on February 17, 2026, 03:21:10 am »
If you can compile C::B you can try changing this code (in IncrementalSearch.cpp)

I would like to try to compile it from source, but I am a bit lost in your sourceforge page (and not familiar with SVN). Where could I get up to date source archive ready for compile ?

If you are not familiar with SVN, you can try git.
There are some git mirrors, see here:
https://github.com/arnholm/codeblocks_sfmirror

53
Help / Re: Incremental Search text box selects itself
« Last post by sedenion on February 16, 2026, 11:50:59 pm »
If you can compile C::B you can try changing this code (in IncrementalSearch.cpp)

I would like to try to compile it from source, but I am a bit lost in your sourceforge page (and not familiar with SVN). Where could I get up to date source archive ready for compile ?
54
Help / Re: Used .deb files to install Codeblocks
« Last post by ErBee on February 16, 2026, 08:06:33 pm »
I'm very sorry to read that... hope you will get better... I'm very sorry...

I followed your advise and indeed I could install the latest version.

Thank you for your help.
55
Nightly builds / Re: The 09 February 2026 build (13785) is out.
« Last post by Miguel Gimenez on February 16, 2026, 07:09:16 pm »
Can you test changing wxColour to wxColourBase in lines 1079 to 1082?
56
Nightly builds / Re: The 09 February 2026 build (13785) is out.
« Last post by Xaviou on February 16, 2026, 06:46:55 pm »
Hi.
The squirrel error may be fixed including (in sc_wxtypes.cpp)
Code
#include <wx/colour.h>
just before
Code
#include <wx/filename.h>
I doesn't : I still get the same error.

Regards
Xav'
57
Nightly builds / Re: The 09 February 2026 build (13785) is out.
« Last post by Miguel Gimenez on February 16, 2026, 12:11:42 pm »
The squirrel error may be fixed including (in sc_wxtypes.cpp)
Code
#include <wx/colour.h>
just before
Code
#include <wx/filename.h>
58
Nightly builds / Re: The 09 February 2026 build (13785) is out.
« Last post by Xaviou on February 15, 2026, 10:30:05 pm »
Hi.
I made some compilation tests with wxWidgets-3.3.x, and it seems there are problems:
  • with wxWidgets-3.3.1: The build went fine, but I suspect something wrong as the archive obtained has a really lower size, and inside, the total size of the "share" folder is about half the size of the one for wxWidgets-3.2.8. But it starts.
  • with wxWidgets-3.3.2 (recent git pull): It can't be built (I've attached the build log for the 64bits version, but I had the same problem with the 32 bits attempt)

Regards
Xav'
59
Help / Re: .f90 and .f95 files?
« Last post by Miguel Gimenez on February 14, 2026, 08:58:55 pm »
Probably the extension is related to the Fortran standard used (1990 or 1995), for more information you should ask in a Fortran forum or ask the plugin creator, darmar.
60
Help / Re: Cannot find the compiler
« Last post by Miguel Gimenez on February 14, 2026, 08:56:50 pm »
Go to Settings -> Compiler, select the "Toolchain executables" tab and fill the controls with your compiler's location (use where gcc.exe in the cmd prompt) and program's names.
Pages: 1 2 3 4 5 [6] 7 8 9 10