Author Topic: The 04 October 2025 build (13739) is out.  (Read 1662 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5534
The 04 October 2025 build (13739) is out.
« on: October 04, 2025, 04:27:03 pm »
We switched to gcc 15.1.0 (on 23 May 2025) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/15.1.0posix-12.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-15.1.0-mingw-w64ucrt-12.0.0-r1.7z

Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll(s) for Code::Blocks : https://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw32u_gcc_cb_wx328_2D_gcc1510-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls15.1.0.7z


The 04 October 2025 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2025/CB_20251004_rev13739_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • Clangd_client: 1.2.142 2025/09/20 Apply Christo 1554 patch and guard like use of pParser. (Thanks Christo)
  • BrowseTracker: 1.4.131 25/09/17 Apply Christo "Jump to last modified" patch (Thanks Christo)
  • Use monospaced font in the command line help dialog (seen when executing codeblocks -h).
  • Fix assertion loading a big project with a hidden project manager.

Regressions/Confirmed/Annoying/Common bugs:



    Offline 20k

    • Single posting newcomer
    • *
    • Posts: 5
    Re: The 04 October 2025 build (13739) is out.
    « Reply #1 on: October 06, 2025, 08:11:36 pm »
    Mouse drag scrolling being enabled and configured to the middle mouse button (Settings -> editor -> mouse drag scrolling -> Mouse Button To Use: Middle Mouse) appears to break right clicking on the main editing area on a piece of code. Turning off mouse drag scrolling appears to fix this. Restarting with it enabled does not enable right click to function again

    It seems like the mouse drag scrolling plugin isn't actually enabled correctly initially, as disabling and reenabling the plugin does not allow any mouse dragging to occur, it only works (and then breaks right click) after turning mouse drag scrolling off and on again in the editor settings

    I was able to copy across the version of dragscroll from v13650 (dated 23/10/23) and overwrite 13739's dragscroll plugin, and it fixed the problem, so there appears to be a problem in a newer version of dragscroll

    If you need any other information for this, please let me know! v13650 is the last version of C::B I've used before updating so I don't know an exact nightly when this bug occurred

    Offline Xaviou

    • Regular
    • ***
    • Posts: 426
      • X@v's wxStuff
    Re: The 04 October 2025 build (13739) is out.
    « Reply #2 on: October 06, 2025, 10:51:00 pm »
    Hi.

    32 bits version for Windows can be downloaded from my website.

    Debian Trixie (64 bits) and Bookworm (32 and 64 bits) can be installed from my repo

    Ubuntu-22.04, 24.10 and 25.04 versions can be installed from my ppa (they are now available for both amd64 and arm64 architectures).

    Regards
    Xav'
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline Pecan

    • Plugin developer
    • Lives here!
    • ****
    • Posts: 2888
    Re: The 04 October 2025 build (13739) is out.
    « Reply #3 on: Yesterday at 05:42:09 pm »
    Mouse drag scrolling being enabled and configured to the middle mouse button (Settings -> editor -> mouse drag scrolling -> Mouse Button To Use: Middle Mouse) appears to break right clicking on the main editing area on a piece of code.

    Acknowledge, Thanks for reporting.
    I'll look into it.

    Offline srm2000

    • Single posting newcomer
    • *
    • Posts: 3
    Re: suggestion for patching plugin [source_exporter]
    « Reply #4 on: Today at 10:19:25 am »
    The original version of exporter.dll is not friend to unicode characters for a long time.
    I changed the encoding from "iso-8859-1" to "utf-8", and it works well.
    Hope the adoption in next Nightly builds.

    Detailed post is here.
    https://forums.codeblocks.org/index.php/topic,26138.0.html