Author Topic: The 20 July 2026 build (13916) is out.  (Read 2109 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5575
The 20 July 2026 build (13916) is out.
« on: July 20, 2026, 03:20:39 pm »
We switched to gcc 15.2.0 (on 09 April 2026) --> 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.2.0posix-14.0.0-ucrt-r7/winlibs-x86_64-posix-seh-gcc-15.2.0-mingw-w64ucrt-14.0.0-r7.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/wxmsw33u_gcc_cb_wx332_2D_gcc1520-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls15.2.0.7z


The 20 July 2026 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2026/CB_20260720_rev13916_win64.7z
  - Linux :
   none

The current SDK version is : 2.25.0

Resolved Fixed:

  • SDK: Fix issue loading workspaces with wxWidgets 3.3. This may fix ticket #1605.
  • implemented FR from here: https://forums.codeblocks.org/index.php?action=profile;area=showposts;u=54114 to allow changing the line spacing in editors
  • autotools: fix build error on Windows (ticket #1608)
  • SDK: Show field name of unknown global variables (ticket #1607, thanks homertp).
  • Compiler: Do not disable project options for unknown compiler (ticket #1606, thanks homertp).
  • wxSmith: Add wxCommandLinkButton to the Standard palette.
  • wxSmithAui: Fix gripper selection in wxAuiManager adding missing "break".
  • SDK: Fix error window when installing plugins in a user data directory (ticket #1610, thanks homertp).
  • Codeblocks: Fix wx3.3.0 asserts caused by wxauibook changes that no longer allow access to wxTabCtrls
  • applied a couple of fixes to compile wxCustomControls on wx3.3 and to eliminate compiler warnings
  • wxContribItems: Make KWIC/BmpCheckBox actually work and fix integration in wxSmith.
  • wxSmith ContribItems: Fix Led and StateLed size and inconsistencies.
  • clangd_client Fix crash in parser.cpp when there is no active process and correct warnings re: json.cpp macro spacing
  • projectmanager: Avoid Windows/CodeBlocks crash caused by rapid Freeze/Thaw calls when closing large workspaces.
  • wxContribItems: Fix lcdwindow initial size.
  • CodeBlocks: Fix the unexpanded editor pane when using wx 3.3
  • FileManager: Fix assertion "page must be a child of the notebook".
  • clangd_client: support refactoring using clangd (textDocument/codeAction)
  • SDK: Increase fold margin width in the editor and change it with scale factor.

Regressions/Confirmed/Annoying/Common bugs:



    Offline killerbot

    • Administrator
    • Lives here!
    • *****
    • Posts: 5575
    Re: The 20 July 2026 build (13916) is out.
    « Reply #1 on: July 20, 2026, 03:21:17 pm »
    next steps:
    • step up to wx 3.3.3
    • step up to gcc16

    Offline Xaviou

    • Regular
    • ***
    • Posts: 446
      • X@v's wxStuff
    Re: The 20 July 2026 build (13916) is out.
    « Reply #2 on: July 20, 2026, 08:28:55 pm »
    Hi.

    32 bits version for Windows (and also 64 bits version) can be downloaded from my website.
    I made both a wxWidgets-3.2.10 and wxWidgets-3.3.2 linked versions

    Debian Trixie (64 bits) and Bookworm (32 and 64 bits) can be installed from my repo
    The corresponding unsigned deb files can also be downloaded from the website page linked above.

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

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

    Offline christo

    • Developer
    • Multiple posting newcomer
    • *****
    • Posts: 80
    Re: The 20 July 2026 build (13916) is out.
    « Reply #3 on: July 22, 2026, 07:25:28 pm »
    Hi,

    AppImage for x86_64 Linux is available for download here

    This requires GTK-3.0 installed.

    Please give execution permission and double click or launch from terminal.

    Detailed steps to run AppImage is available here


    Online Elena

    • Multiple posting newcomer
    • *
    • Posts: 68
    Re: The 20 July 2026 build (13916) is out.
    « Reply #4 on: Yesterday at 09:31:39 pm »
    Hi, I just updated from SVN 13620 (skipping a lot of intermediate NBs since they had bugs which are apparently fixed in 13916) -- so I can't say for sure at which stage the change I am talking about was introduced...
    Well, all tabs in main window now look ugly ! They are using a different font and have a blue line on top... the previous ones looked much better.
    I wonder if this unrequired change was intentional and why, and whether there is any option in the Preference to revert to the previous look. Thanks

    Online Elena

    • Multiple posting newcomer
    • *
    • Posts: 68
    Re: The 20 July 2026 build (13916) is out.
    « Reply #5 on: Today at 12:49:09 am »
    Oh, in addition, now the lower section (logs & others) has a fixed min height and can't be made smaller... This too is a choice I really don't like :(