Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Help / Re: Windows 7
« Last post by Miguel Gimenez on Today at 12:56:05 pm »
Signature spammer reported to moderator.
2
Development / Re: code completion breaks after changing header file
« Last post by Hyena on Today at 11:31:38 am »
unfortunately I wasn't able to locate the "code::blocks debug" tab anywhere. I did attach the console output of it though.
3
Development / Re: Undefined references with DisplayEvents enabled
« Last post by Miguel Gimenez on Today at 10:13:04 am »
Spam reported to moderator, like your previous one.
4
Development / Re: code completion breaks after changing header file
« Last post by Pecan on Today at 07:16:07 am »
@ Hyena

Please start your CodeBlocks with the /d parameter so that it shows the
Codeblocks debug tab.

Load the project giving you the problem, then after the problem occurs, right click on the "Code::Blocks debug" tab and chose "copy to contents to clipboard".

Paste that into a txt file, zip it up and append it to a message to us so we can try to get a clearer picture of the problem.

 
5
Development / Re: Undefined references with DisplayEvents enabled
« Last post by WilliamLevy on Today at 06:34:47 am »
It seems that enabling DisplayEvents has led to some undefined references, which could confuse developers. This issue is reminiscent of facing hurdles in challenging games like Moto X3M; overcoming obstacles requires clear navigation and precision. Addressing these reference problems promptly can help streamline event handling and maintain a smooth user experience.

6
Help / Re: Windows 7
« Last post by Besse2005 on Today at 06:09:14 am »
thanks for sharing.  Nice info
7
Development / Re: code completion breaks after changing header file
« Last post by Hyena on Yesterday at 08:52:49 pm »
everything seems fine here. when I start the project it initially says in the bottom right corner that parsing is paused. then I toggle it by right clicking on the project name, but still autocomplete doesn't work.
8
Development / Re: code completion breaks after changing header file
« Last post by Pecan on Yesterday at 07:56:21 pm »
@Hyena

This usually happens when the wrong clangd.exe is being used.
Please look at MainMenu/settings/editor/clangd_client/tab C/C++ parser and telll us the path of the clangd that you are using.

9
Development / Re: code completion breaks after changing header file
« Last post by Hyena on Yesterday at 04:21:46 pm »
I disabled the legacy and enabled the clang one but the clang didn't work at all. Also another thing I noticed was that anonymous structs seem to be confusing the code completion. In the added screenshots only one "capacity" should appear, but instead I get multiple because other sub structures have the same variable.

10
Development / Re: code completion breaks after changing header file
« Last post by Hyena on Yesterday at 04:12:46 pm »
I haven't changed that, so probably this is the legacy one indeed.
Pages: [1] 2 3 4 5 6 ... 10