Recent Posts

Pages: [1] 2 3 4 5 6 ... 10
1
Nightly builds / Re: The 12 October 2024 build (13584) is out.
« Last post by Miguel Gimenez on Today at 05:00:06 pm »
It is not a crash, it is generated by wxWidgets because we are trying to capture an already captured mouse.

This is a known old problem, but to fix it we need a consistent way to reproduce. If you can reproduce it consistently, please post the steps.
2
Nightly builds / Re : The 12 October 2024 build (13584) is out.
« Last post by ThierryD on Today at 04:15:53 pm »
Hi,

I don't known if cause  of crash is due to "newly" Nightly Build, or if I test CB with new configuration (I used two screens "today" on my laptop to work most quickly with multiple windows), but I constat crash after one click on main menu "Build" in second screen on Windows 11 64b.

Here my config CB  (and too in attachment)

Name                    : Code::Blocks
Version                 : svn-r13584
SDK Version             : 2.25.0
Scintilla Version       : 3.7.5
Author                  : The Code::Blocks Team
E-mail                  : info@codeblocks.org
Website                 : https://www.codeblocks.org
OS                      : Windows 11 (build 22631), 64-bit edition
Scaling factor          : 1.000000
Detected scaling factor : 1.000000
Display PPI             : 96x96
Display count           : 2
Display 0 (\\.\DISPLAY1): XY=[0,0]; Size=[1920,1080]; Primary
Display 1 (\\.\DISPLAY4): XY=[1920,0]; Size=[1920,1080];

wxWidgets Library (wxMSW port)
Version 3.2.6 (Unicode: wchar_t, debug level: 1),
compiled at Sep 25 2024 20:12:19

Runtime version of toolkit used is 10.0.

NB : two display detected ...

Join RPT generated.

Thank's

TDE.


3
Announcements / Re: successor of 20.03 available?
« Last post by cdavalillo on Today at 01:46:13 am »
I'm waiting this new version since last year, I hope the new release had solved the symbol browser problems...
4
Help / Re: clangd code completion
« Last post by juxin5 on Yesterday at 08:34:49 pm »

He said in the beginning that Clangd_client didn't work, now he says it worked fine all along.

have you really read what I said? It does not work when I open files without a project.

You really think it works fine when it literally works worse than the classic code completion in this scenario?
5
Contributions to C::B / Re: Code::Blocks' translation
« Last post by Miguel Gimenez on Yesterday at 07:31:50 pm »
Thank you
6
Contributions to C::B / Re: Code::Blocks' translation
« Last post by Michael Agarkov on Yesterday at 07:11:00 pm »
I did all the leftover translations to Russian.
7
Help / Re: clangd code completion
« Last post by Pecan on Yesterday at 04:33:22 pm »
I forgot to say that clangd does work fine when I load a project, meaning the code completion works fine, while also has the issue user "wtfisgoingoff" mentioned.

This guy has got to be a troll. He has wasted a lot of good peoples time.

He said in the beginning that Clangd_client didn't work, now he says it worked fine all along.

hello, first time here.
I followed the wiki page to enable the Clangd plugin, but the code completion is not working.
Is there something I am missing?
I'm using build 13539 on windows.
8
Contributions to C::B / Re: Code::Blocks' translation
« Last post by Miguel Gimenez on Yesterday at 09:07:48 am »
There is an almost complete translation to russian in Launchpad, only 77 lines are still untranslated. If you have time you can complete the translation or review the current one.
9
Help / Re: clangd code completion
« Last post by juxin5 on Yesterday at 08:23:27 am »
I forgot to say that clangd does work fine when I load a project, meaning the code completion works fine, while also has the issue user "wtfisgoingoff" mentioned.
10
Help / Re: clangd code completion
« Last post by juxin5 on Yesterday at 08:18:43 am »

So I guess you start Codeblocks by just typing "Codeblocks" or "Codeblocks.exe".

Good, so from now on type "codeblocks /d" to turn on the codeblocks debugger tab at the bottom.

Then go to Settings/Editor/clangd_client/ C/C++ parser(adv.)
Enable check boxes entitled "Enable plugin info logging" and "Enable plugin Debug logging".

Close CodeBlocks and restart it with the /d parameter to turn on those logs.

Load a project you'd normally load for editing.
Wait until the "Code::Blocks Debug" tab at the bottom stops scrolling information.
...



thx for the reply.

I think I found where the problem is. A project needed to be loaded for the clangd client to work properly. When only open the .cpp file, it will give the following error:

Code
GetLSPclient: param pProject is missing

attached file is the log when loading single file.

I'm not sure if it's intended behavior but either way it's not convenient for me because sometimes I just want to edit a single file. Also classic code completion would work fine in such scenario.
Pages: [1] 2 3 4 5 6 ... 10