Recent Posts

Pages: 1 ... 3 4 5 6 7 [8] 9 10
71
General (but related to Code::Blocks) / Re: Welcome Newcomers - PLEASE READ!!!
« Last post by kakas on April 09, 2024, 05:46:20 pm »
I am back again.

lol didn't know we could do that... weeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
72
Nightly builds / Re: The 05 January 2024 build (13426) is out.
« Last post by Miguel Gimenez on April 09, 2024, 03:35:53 pm »
Future spam added to radar.
73
Nightly builds / Re: The 05 January 2024 build (13426) is out.
« Last post by OaklynnBlevins on April 09, 2024, 03:29:04 pm »
Any update about it?
74
Using Code::Blocks / Re: Underlining Errors in editor before compilation/building
« Last post by kakas on April 09, 2024, 07:18:13 am »
Is there anyway to get code blocks to highlight/underline specific errors in editor before compiling?

You might want to look at the CodeBlocks Nightly builds section. It contains CodeBlocks with a Clangd_client plugin which marks error in the left margin when you save a file.
https://forums.codeblocks.org/index.php/board,20.0.html

See this in order to enable it:
https://wiki.codeblocks.org/index.php/CB_Clangd_Client
Thanks  :D!!!
75
Using Code::Blocks / Re: Ctrl clicking is not jumping to the function defination
« Last post by kakas on April 09, 2024, 07:16:54 am »
oh I see, thanks for the reply! I shifted from visual studio code and dev c++, there you could ctrl left click to jump to the definition, so expected the same. I think I could have worded the question better.
76
Plugins development / Re: Code completion using LSP and clangd
« Last post by Pecan on April 09, 2024, 06:30:42 am »
@ tomay3000

I'll install that compiler and see what's going on.

BTW: what clangd.exe did you setup in Clangd_client and where can I get it to also mirror your environment?
77
Using Code::Blocks / Re: Ctrl clicking is not jumping to the function defination
« Last post by Pecan on April 09, 2024, 06:27:39 am »
Is there something I am missing or is it not a feature that when I control left click on a function it doesn't jump to the file containing the function definition.
What can I do to enable this feature?

I've never heard that that was possible.
I don't believe it is.

To jump to a definition, you right click on the declaration and select "Find declaration of ..." from the context menu.
78
Using Code::Blocks / Re: Underlining Errors in editor before compilation/building
« Last post by Pecan on April 09, 2024, 06:21:37 am »
Is there anyway to get code blocks to highlight/underline specific errors in editor before compiling?

You might want to look at the CodeBlocks Nightly builds section. It contains CodeBlocks with a Clangd_client plugin which marks error in the left margin when you save a file.
https://forums.codeblocks.org/index.php/board,20.0.html

See this in order to enable it:
https://wiki.codeblocks.org/index.php/CB_Clangd_Client
79
Using Code::Blocks / Ctrl clicking is not jumping to the function defination
« Last post by kakas on April 08, 2024, 09:21:12 pm »
Is there something I am missing or is it not a feature that when I control left click on a function it doesn't jump to the file containing the function definition.
What can I do to enable this feature?
80
Using Code::Blocks / Re: Underlining Errors in editor before compilation/building
« Last post by kakas on April 08, 2024, 08:41:39 pm »
Is there anyway to get code blocks to highlight/underline specific errors in editor before compiling?
Pages: 1 ... 3 4 5 6 7 [8] 9 10