Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
codecompletion uses Manager::Get()->GetConfigManager("clangd_client")
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: codecompletion uses Manager::Get()->GetConfigManager("clangd_client") (Read 10920 times)
Wkerry
Multiple posting newcomer
Posts: 53
codecompletion uses Manager::Get()->GetConfigManager("clangd_client")
«
on:
February 24, 2024, 04:45:47 am »
This line does not look to be right. Is it okay or not?
https://github.com/arnholm/codeblocks_sfmirror/blob/master/src/plugins/codecompletion/parser/cclogger.cpp#L79
Logged
Pecan
Plugin developer
Lives here!
Posts: 2799
Re: codecompletion uses Manager::Get()->GetConfigManager("clangd_client")
«
Reply #1 on:
February 24, 2024, 07:27:15 am »
Probably not, I'll have a look at it.
I think it was an unfortunate "Hail Mary" on my part.
«
Last Edit: February 24, 2024, 07:29:58 am by Pecan
»
Logged
Pecan
Plugin developer
Lives here!
Posts: 2799
Re: codecompletion uses Manager::Get()->GetConfigManager("clangd_client")
«
Reply #2 on:
February 25, 2024, 06:33:11 am »
Fixed Head rev. 13483
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
codecompletion uses Manager::Get()->GetConfigManager("clangd_client")