Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Code completion using LSP and clangd

<< < (20/92) > >>

ollydbg:
Hi, Pecan, thanks for your fix!

gd_on:
r46 version : typos : two new strings start by "Warings", should be "Warnings".

BlueHazzard:
I get a lot of this message boxes (see image)
and they block the workflow quite hard. Would it be possible to log this error messages only to console, and not show a message box?
As far as i can tell they do not interfere with the plugin, at least it seems to work.

(i use not the last version of the plugin. If this is fixed in the last version please ignore this, i will update the source soon)

Pecan:

--- Quote from: BlueHazzard on March 04, 2022, 12:49:42 am ---I get a lot of this message boxes (see image)
and they block the workflow quite hard. Would it be possible to log this error messages only to console, and not show a message box?
As far as i can tell they do not interfere with the plugin, at least it seems to work.

(i use not the last version of the plugin. If this is fixed in the last version please ignore this, i will update the source soon)

--- End quote ---

Those boxes were removed quite awhile back and written to the debug log instead.

You might want to download the nightly .dll and .zip, or update your clangd_client source.

Thanks for testing.

ollydbg:
Is it possible to enable macro expansion for the llvm master path?

I mean this code:


--- Code: ---    ConfigManager* cfg = Manager::Get()->GetConfigManager(_T("clangd_client"));
    wxString cfgClangdMasterPath = cfg->Read("/LLVM_MasterPath", wxString());
--- End code ---

For example, we can enter such string in the clangd_client setting dialog.


--- Code: ---$(TARGET_COMPILER_DIR)bin\clangd.exe

--- End code ---

BTW: I use the string:
--- Code: ---$(TARGET_COMPILER_DIR)bin\gdb.exe
--- End code ---
under the GDB plugin setting.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version