21
Nightly builds / Re: The 27 May 2026 build (13855) is out.
« Last post by gd_on on June 04, 2026, 11:30:15 am »You can use C:B in darkmode. At least 2 ways to obtain this :
In this example, this codeblocks_DarkMode.cmd file is placed where codeblocks.exe is installed.
- Use darkmode for Windows: C::B will follow Windows mode
- Use a small cmd file to force darkmode: This cmd file is something like:
Code
REM To force darkmode (if 0 standard color mode, if 1 follow system mode)
set WX_MSW_DARK_MODE=2
codeblocks.exeIn this example, this codeblocks_DarkMode.cmd file is placed where codeblocks.exe is installed.
Recent Posts
)
In times when plugins often break crashing the whole app user tend to disable many plugins. It would be very helpful to get warned about the consequences about this kind of plugin-disabling...
) (in file join).