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

Code completion using LSP and clangd

<< < (16/92) > >>

kipade:
It works fine for my first try. Its so cool.
My local environment:
wx 3.1.6
gcc 11.2
newest cb
Thanks your GREAT job!

Miguel Gimenez:
The changes in commit r12689 may apply to this plugin.

AndrewCot:
Thanks. I created a ticket in the SF clangd_client project so that it gets tested and checked when time permits.

Pecan:

--- Quote from: Miguel Gimenez on February 02, 2022, 09:37:22 am ---The changes in commit r12689 may apply to this plugin.

--- End quote ---

Applied to clangd_client rev 39/40; Thanks Miguel and Andrew

ollydbg:
Hi, Pecan, I see some code snippet:


--- Code: ---        ConfigManager *cfgApp = Manager::Get()->GetConfigManager(_T("app"));
        bool i18n = cfgApp->ReadBool(_T("/locale/enable"), false);

--- End code ---

I think the i18n is not a correct variable to check whether the later "(unsigned int)invChar" should be casted.
I think the i18n is used to identify whether a custom language translation is used for the GUI. For me, this value is false, because I use the default English version.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version