Recent Posts

Pages: 1 2 3 [4] 5 6 7 8 9 10
31
I guess it might be easier to add support for ARM64 if we compile C::B to work under MSYS2.
32
Help / Re: clangd code completion
« Last post by Michael Agarkov on October 12, 2024, 01:35:54 pm »
thx for the reply.
yes, I use the LLVM win64.exe one.
I'm not sure what compiler toolchain you mentioned means, but if it's compiler used in cb, it's gnu gcc compiler.

Run these commands:
Code
clangd --version
Code
gcc --version
to get the versions.
33
Help / Re: clangd code completion
« Last post by juxin5 on October 12, 2024, 12:30:47 pm »
thx for the reply.

When I type 3 letters, the classic code completion will list the possible candidates. By "not working", I mean that the list will not show.
34
Help / Re: Installing Code::Blocks from source on Linux
« Last post by Wkerry on October 12, 2024, 09:57:41 am »
Have a read of the following as they are way more up to date than the wiki page:
https://github.com/PBfordev/wxpbguide
https://forums.wxwidgets.org/viewtopic.php?t=47061


This previous thread may be of some use:
https://forums.codeblocks.org/index.php?topic=25811.0
35
Help / Re: clangd code completion
« Last post by Pecan on October 12, 2024, 03:24:16 am »
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.

I'll try to help here. But first, let me come up with some questions that will put us on the same page to determine what you mean by "is not working". We need some clues.
I'll reply tomorrow.

Thanks for your patients.
36
Help / Installing Code::Blocks from source on Linux
« Last post by cobramostar on October 11, 2024, 11:01:53 pm »
I tried to follow the procedures from the page https://wiki.codeblocks.org/index.php?title=Installing_Code::Blocks_from_source_on_Linux#Code::Blocks_installation , but from this part I didn't succeed because it asked me for sudo user, in fact it didn't want to miss cmd without sudo user

Code
$ update-alternatives --install /usr/bin/wx-config wx-config /opt/wx/2.8/bin/wx-config 50

has anyone been able to install Code::Blocks using these instructions ?

I would be grateful for any help
37
Help / Re: clangd code completion
« Last post by stahta01 on October 11, 2024, 10:22:24 pm »
thx for the reply.
yes, I use the LLVM win64.exe one.
I'm not sure what compiler toolchain you mentioned means, but if it's compiler used in cb, it's gnu gcc compiler.

Without knowing the compiler toolchain you are using I cannot help you.
And, I feel too bad today to explain where to find the info.

Tim S.
38
Help / Re: clangd code completion
« Last post by juxin5 on October 11, 2024, 07:22:59 pm »
thx for the reply.
yes, I use the LLVM win64.exe one.
I'm not sure what compiler toolchain you mentioned means, but if it's compiler used in cb, it's gnu gcc compiler.
39
Help / Re: clangd code completion
« Last post by stahta01 on October 11, 2024, 03:03:16 pm »
These directions? https://wiki.codeblocks.org/index.php/CB_Clangd_Client

Which compiler toolchain did you install/use?
Which clangd did you install/use?

Tim S.
40
Help / clangd code completion
« Last post by juxin5 on October 11, 2024, 07:38:40 am »
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.
Pages: 1 2 3 [4] 5 6 7 8 9 10