Recent Posts

Pages: 1 [2] 3 4 5 6 7 ... 10
11
Help / Re: Code::Blocks always add #ifndef HEADER_ on some .h files
« Last post by Miguel Gimenez on August 04, 2026, 09:28:20 pm »
There is a plugin called Header Fixup (or a similar name), disable it.
12
Help / Code::Blocks always add #ifndef HEADER_ on some .h files
« Last post by FredCL on August 04, 2026, 07:47:03 pm »
Hello,

I don't know why on my project only on one file Code::blocks always add
#ifndef HEADER_9598362C9F593684
#define HEADER_9598362C9F593684
at the beginning of the file

the file already have a
#ifndef _FRAMEAPP_H_
#define _FRAMEAPP_H_

The file is encoded in UTF8.
How to avoid this unwanted adding ?

13
Of course,
We are waiting for someone to do it since CMake deprecated generating "CodeBlocks" projects.
14
Nightly builds / Re: The 20 July 2026 build (13916) is out.
« Last post by Elena on August 01, 2026, 11:34:01 am »
Gosh ! You really mean "anti-feature" ! As you may have understood, it's not just about the blue line, but they look ugly in general if compared with the previous ones ! Even WX developers are uniforming to those ugly w10+ standards ??? Really CB coders have no control over it, maybe with some attributes ? That's crazy !!
15
Nightly builds / Re: The 27 July 2026 build (13924) is out.
« Last post by ThierryD on July 31, 2026, 05:42:48 pm »
... I have installed WSL on W11 15H2 64 bit, but with last distribution of Ubuntu (available with WSL -> Ubuntu 26.04).

And, I test to use your PPA to download last nightly of CB (after have installed CB 25.03 with "apt").

I execute theses instructions with success :
sudo add-apt-repository ppa:x-psoud/cbnb
sudo apt update

but,  next step, normally "sudo apt upgrade", don't work ...
Nothing about last nightly of CB ...

Can you test this ?

Thank you.
16
Nightly builds / Re: The 27 July 2026 build (13924) is out.
« Last post by ThierryD on July 31, 2026, 05:36:48 pm »
-> to Xaviou too :

On my "new" PC, I ha
17
Nightly builds / Re: The 27 July 2026 build (13924) is out.
« Last post by ThierryD on July 31, 2026, 05:33:36 pm »
... type on "tab" on keyboard do exit/fail on my last topic write ... I continue here :

To Xaviou :
         - my last relaunch of CB without changes into "plugin" don't see last error on assert, only first message about Path ...
         - disable plugin "clangd_client", and new relaunch of CB, no one message appear ... Thank you.

To Christo :
        - I don't use "clangd" on Linux Mint ... at date. Nothing install about this on my configuration.

Regards.
18
Nightly builds / Re: The 27 July 2026 build (13924) is out.
« Last post by ThierryD on July 31, 2026, 05:26:56 pm »
Sorry to late response ... My "old" PC is failed ... and new PC is not fully ready ...

To Xaviou : 
Last relaunch of CB
19
Plugins development / Re: rev-13926 ; ContribPlugins_wx32-unix.workspace
« Last post by Miguel Gimenez on July 30, 2026, 10:26:36 am »
Fixed in r13927.
20
Hello :)

Do you think there would be interest in creating a module or submitting a pull request to Code::Blocks to generate CMake solutions directly from CB using the cmake-file-api?
Pages: 1 [2] 3 4 5 6 7 ... 10