81
Plugins development / Re: CC NONPCH issue/patch for wxWidgets 3.3
« Last post by Miguel Gimenez on April 25, 2025, 04:37:54 pm »Applied in r13656, thank you.
The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
Somewhere there is a setting for which clangd is used by Code::Blocks check that is correct.
Edit: Best guess "settings->Editor"
To devs: Feature request that the setting of "$(TARGET_COMPILER_DIR)\bin\clangd.exe" works for clangd plugin; the clang plugin already has the code; but, the value of $(TARGET_COMPILER_DIR) is not know at the point in time; might not be possible for it to be known
Edit2: Looks like code is too complex for me to understand ClgdCompletion::OnAppStartupDone
Tim S.
I'll look to see if this is workable.
I vaguely remember that I tried this, but the needed macros were unknown at project load which is where the clangd.exe needs to be set.
But I'll look at it again anyway.
Somewhere there is a setting for which clangd is used by Code::Blocks check that is correct.
Edit: Best guess "settings->Editor"
To devs: Feature request that the setting of "$(TARGET_COMPILER_DIR)\bin\clangd.exe" works for clangd plugin; the clang plugin already has the code; but, the value of $(TARGET_COMPILER_DIR) is not know at the point in time; might not be possible for it to be known
Edit2: Looks like code is too complex for me to understand ClgdCompletion::OnAppStartupDone
Tim S.