News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 13 July 2023 build (13318) is out.

Started by killerbot, July 13, 2023, 06:36:24 PM

Previous topic - Next topic

killerbot

We switched to gcc 13.1.0 (on 04 June 2023) --> download the new wx/mingw dll's see link below

Get the compiler we use here : https://github.com/brechtsanders/winlibs_mingw/releases/download/13.1.0-16.0.5-11.0.0-ucrt-r5/winlibs-x86_64-posix-seh-gcc-13.1.0-mingw-w64ucrt-11.0.0-r5.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_wx3221_2D_gcc1310-mingw64.7z
A link to Mingw64 dll's needed by Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/Mingw64dlls13.1.0.7z


The 13 July 2023 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2023/CB_20230713_rev13318_win64.7z
  - Linux :
   none

The current SDK version is : 2.24.0

Resolved Fixed:



  • Clangd_client Fix unresponsive Show call tip when Editor/Tooltips is in keyboard only mode.
  • KeyBinder - 2.0.19 23/07/4 Fix scrambled bindings caused by multiple duplicate id's within the global accelerator table that reference menu entries.

Regressions/Confirmed/Annoying/Common bugs:




p001

Hello.

Windows 10;
CodeBlocks 13316;

The popup window has a larger font size than the text window. How to fix ?
If you reduce the font size in the settings, then the text window will have unreadable text - a small size.

Commaster

Quote from: p001 on July 20, 2023, 07:47:29 PM
Hello.

Windows 10;
CodeBlocks 13316;

The popup window has a larger font size than the text window. How to fix ?
If you reduce the font size in the settings, then the text window will have unreadable text - a small size.

Have you tried the solution from last time?

Quote from: Miguel Gimenez on February 28, 2023, 08:55:03 PM
The change is due to wxWidgets, not C::B. See reply #9 above for a possible solution.

Quote from: Miguel Gimenez on February 23, 2023, 06:44:20 PM
Are you using HiDPI?. Try using 100% zoom factor, or changing the technology (in Settings -> Editor -> General settings -> Other editor settings -> Technology) to DirectWrite.

p001