Recent Posts

Pages: 1 [2] 3 4 5 6 7 ... 10
11
Nightly builds / Re: The 27 May 2026 build (13855) is out.
« Last post by MaxGaspa on June 04, 2026, 11:47:37 am »
set WX_MSW_DARK_MODE=2

Thanks...I wasn't aware of the environment variable WX_MSW_DARK_MODE. Now I set this environment variable and I'm able to switch between the two modes quickly.
12
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 :
  • 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.exe
    Then you can adjust different colors.
    In this example, this codeblocks_DarkMode.cmd file is placed where codeblocks.exe is installed.
    13
    Nightly builds / Re: The 27 May 2026 build (13855) is out.
    « Last post by MaxGaspa on June 04, 2026, 10:44:04 am »
    I lookfor a setings to get the dark mode using this nightly and Windows 11 25H2. It seems there is no such an option. So can you confirm that dark mode is not supported in Windows 11? Is it possible to enable the dark mode in Windows11? Is a long waited feature....
    14
    General (but related to Code::Blocks) / Re: Is there something wrong?
    « Last post by Miguel Gimenez on June 04, 2026, 08:45:51 am »
    Future spam, copy of this post, in turn a copy of this post.

    Reported to moderator.
    15
    General (but related to Code::Blocks) / Is there something wrong?
    « Last post by Mortur61 on June 04, 2026, 05:06:55 am »
    When I try and set up for a new project, the IDE asks "which language" and Fortran isn't listed, only C and C++, whereas in a later frame "Fortran" is shown as the compiler. Can you explain why this is so? Is there something wrong?
    16
    Nightly builds / Re: The 27 May 2026 build (13855) is out.
    « Last post by ThierryD on June 03, 2026, 04:35:24 pm »
    Today, I try to download this last nightly of CB into WSL2 (Ubuntu 24.04) using Firefox browser (just my choice ...  ;D  )

    BitDefender AV don't control this 7z archive (YES !), by default stored on "$HOME/Downloads".

    Into terminal Ubuntu 24.04, I use command "7z" to extract directly to "/mnt/c/CodeBlocks", ... and BD AV detect like previous downloads an malware, and, like Eckart, link to file "CB_soncole_runner.exe" just decompressed ...

    I force BD AV to restore this specific file. 

    After that, I run CB (after decompress also two dependencies files with MinGW64 and WX DLL), and result is OK.

    I don't know why, CB has been very long time to start ... but (be patient) ..., after I can use last nightly of CB normally.

    Story is closed !

    Thank's.




     

    17
    Help / Re: Used .deb files to install Codeblocks
    « Last post by mac48601 on June 03, 2026, 04:18:49 pm »
    This worked for me using bash. The graphical install never worked. This will install code:blocks 25.03 rev 13644

    sudo apt update
    sudo apt install codeblocks codeblocks-contrib
    sudo apt install build-essentials gdb
    codeblocks

    select the GNUGCC Compiler and set it as default.
    18
    Profile spammer reported to moderator.
    19
    Hello everyone,

    I've been exploring Code::Blocks recently and realized that I probably use only a small portion of its features. At the moment, I mainly use project management, code completion, and the debugger.

    For experienced users, what features do you find most helpful in your daily workflow? Are there any hidden tools, shortcuts, or settings that significantly improve your productivity?

    I'd love to learn more about how other developers use Code::Blocks and discover features that I may have overlooked.

    Looking forward to your suggestions!
    20
    Nightly builds / Re: The 27 May 2026 build (13855) is out.
    « Last post by MaxGaspa on June 02, 2026, 10:32:54 pm »
    Try deleting all the .layout files to see if that fixes the problem.

    No. It doesn't work. So the only solution is to re-customize everything. Very boring and time consuming. Am I the only one with this issue?
    Pages: 1 [2] 3 4 5 6 7 ... 10