Recent Posts

Pages: 1 ... 5 6 7 8 9 [10]
91
Contributions to C::B / Re: Wiki login
« Last post by ollydbg on April 06, 2024, 05:35:37 am »
When I open the page:

https://wiki.codeblocks.org/index.php/Main_Page

I see I was already logged in.

But I can't find a way to "log out".

So, I can't test the "log in" steps.
92
Plugins development / Re: Show diagnostics on clicking error/warning marker
« Last post by Pecan on April 05, 2024, 07:47:53 pm »
It is much helpful to show diagnostic message when clicking on error/warning marker instead of scrolling through the LSP messages tab. Attaching patch for that, it shows the message in a message box.

Patch applied with mods on Head r13497.
Mods:
1) Simplify some code.
2) Add "Show fix if available" to the margin popup menu.
3) Change Diagnostic messageBox display from Left-Mouse click to Alt-Left-Mouse click on margin marker to avoid conflict with break points margin marker.

A note: The Christo patch use of the Alt-Left-Mouse click on the warning/error margin marker to directly display/apply the diagnostic/fix message box is a really nice touch. Thanks Christo. 

@Christo
If the code simplifications make you queasy; first, cover the keyboard.  :)
I'm the kind of geezer that opts for simple minded reliability over admittedly admirable sophisticated coding. I come from an assembly/C history where KISS coding was the rule.
93
Contributions to C::B / Re: Wiki login
« Last post by tigerbeard on April 05, 2024, 02:40:03 pm »
Thanks for your reply.
Got the same result with "T" at the begin. PW must be correct, since it got me in the forum
94
Contributions to C::B / Re: Wiki login
« Last post by stahta01 on April 04, 2024, 11:13:27 pm »
At one time the wiki required the username to start with a capital letter.

Try "Tigerbeard" and see if that works.

Tim S.
95
Plugins development / Re: Code completion using LSP and clangd
« Last post by Pecan on April 04, 2024, 06:09:29 pm »
- "Find declaration of: ..." does not work for me.
- "Reparse this project" has become a must so that the menu entry "Find declaration of: ..." appears.

What is going wrong ?

OS : Windows 7 with SP1 x64
C::B : Nightly build 13496
clangd : 18.1.2

Not enough info.
Can you give us a simple example (code) to recreate the problem?
What steps can we perform to recreate the problem?
96
Contributions to C::B / Re: Wiki login
« Last post by tigerbeard on April 04, 2024, 03:57:32 pm »
I think I will send email to our admin to ask him to open the wiki edit access for normal users.
still same behaviour. Any news?
97
Plugins development / Re: Code completion using LSP and clangd
« Last post by tomay3000 on April 04, 2024, 03:48:27 pm »
- "Find declaration of: ..." does not work for me.
- "Reparse this project" has become a must so that the menu entry "Find declaration of: ..." appears.

What is going wrong ?

OS : Windows 7 with SP1 x64
C::B : Nightly build 13496
clangd : 18.1.2
98
Using Code::Blocks / Re: Changing the program name for different modes
« Last post by tuchin on April 03, 2024, 04:29:00 pm »
Thank you very much, everything worked out
99
Using Code::Blocks / Re: Changing the program name for different modes
« Last post by nenin on April 03, 2024, 12:23:58 pm »
Project->Properties->[Build Targets] - under Win you can assign names as you wish for all targets. I suppose under Lin situation should be the same.
100
Nightly builds / Re: The 24 March 2024 build (13493) is out.
« Last post by nenin on April 03, 2024, 07:37:06 am »
@Nenin: I see a similar popup sometimes. If I remember correctly, It is when I have a workspace with at least 2 projects and the selected Target is from project A but the currently selected project is B ****.
This is possible, I tried to refactor old soft which also use a dozen of the small custom libs. I faced such glitch for the first time and was brutally surprised.
Pages: 1 ... 5 6 7 8 9 [10]