Author Topic: The 12 March 2023 build (13231) is out.  (Read 7955 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 12 March 2023 build (13231) is out.
« on: March 12, 2023, 03:42:18 pm »
We switched to wx 3.2.1 (on 01 October 2022) --> download the new wx dll's see link below

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_wx321_2D_gcc810-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls8.1.0.7z


The 12 March 2023 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/CB_20230312_rev13231_win64.7z
  - Linux :
   none

The current SDK version is : 2.24.0

Resolved Fixed:

  • src, globs: allow to select targets for globs. Add setting to add files to project file or not. Fix ID errors in globs. Fix comments.
  • SDK: Add export of global variables sets to a text file.
  • sdk: Try to fix change detection in globs
  • sdk: Fix modified flag of project when glob files are not stored in project file.
  • Allow importing global variable sets.
  • sdk: globs: fix random crash by introducing range check
  • Do not select all files in "Remove files..." by default (ticket #1382, thanks LETARTARE).
  • wxSmith-Aui: Add flag wxAUI_MGR_LIVE_RESIZE (present since 2009) to wxAuiManager.
  • Clangd_client 1.2.63 2023/02/28 - Fix Double click on doc popup crash;
  • compiler: Fix response file generation (fix #1336)

Regressions/Confirmed/Annoying/Common bugs:



    Offline p001

    • Single posting newcomer
    • *
    • Posts: 8
    Re: The 12 March 2023 build (13231) is out.
    « Reply #1 on: March 30, 2023, 11:25:54 am »
    Hello.

    Windows 10.

    I have a problem: if you divide the working environment into 2 windows, then when working in 2 windows, the program freezes at the same time.
    « Last Edit: March 30, 2023, 11:57:09 am by p001 »

    Offline BlueHazzard

    • Developer
    • Lives here!
    • *****
    • Posts: 3353
    Re: The 12 March 2023 build (13231) is out.
    « Reply #2 on: March 31, 2023, 12:02:35 am »
    You have open 2 codeblocks instances and work on the same project in both instances? Then it freezes in both instances?