Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
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.

 
2
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.

3
Help / Re: Windows 7
« Last post by Besse2005 on Today at 06:09:14 am »
thanks for sharing.  Nice info
4
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.
5
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.

6
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.

7
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.
8
Development / Re: code completion breaks after changing header file
« Last post by Miguel Gimenez on Yesterday at 04:03:16 pm »
Are you using the legacy code completion plugin (default) or the new Clangd_client plugin?
9
Development / code completion breaks after changing header file
« Last post by Hyena on Yesterday at 03:21:48 pm »
When I change a structure declaration in one of the header files, then afterwards in the C source files the code will no longer be able to complete anything. A note appears saying that parser is still parsing the files, but it never completes. The only way to fix it is by restarting codeblocks. This happens even if the change to the header file does not functionally change anything (just by adding a space to the end of an empty line and saving the header file will break code completion). The problem is with both the 20.03 and the SVN versions of codeblocks.
10
Using Code::Blocks / Re: Lexer for C only?
« Last post by Hyena on Yesterday at 02:12:00 pm »
I am having the same problem. There is no such language as C/C++. Where is a proper C lexer?
Pages: [1] 2 3 4 5 6 ... 10