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

Code completion using LSP and clangd

<< < (53/92) > >>

Miguel Gimenez:
[r12032] fixed most issues, but this compiler options are still invalid for a 32-bit project.

--- Code: ---<Add option="-m64" />
<Add option="-D_WIN64" />

--- End code ---

Pecan:

--- Quote from: Miguel Gimenez on November 14, 2022, 07:46:55 pm ---[r12032] fixed most issues, but this compiler options are still invalid for a 32-bit project.

--- Code: ---<Add option="-m64" />
<Add option="-D_WIN64" />

--- End code ---

--- End quote ---

Thanks, fixed in rev 13033

Miguel Gimenez:
*.depend and *.layout files should be added to svn:ignore

The MSW project creates a clangd_client.zip file in the project folder; If this is OK, it should be added also to svn:ignore

The unix_30 project creates .obj30 and devel30 under the project folder, is this OK?.

Pecan:

--- Quote from: Miguel Gimenez on November 15, 2022, 12:09:48 pm ---*.depend and *.layout files should be added to svn:ignore

The MSW project creates a clangd_client.zip file in the project folder; If this is OK, it should be added also to svn:ignore

The unix_30 project creates .obj30 and devel30 under the project folder, is this OK?.

--- End quote ---

Fixed in commit CB rev 13035
.depend was already in the ignore list.
Added .layout to ignore list.
Added clangd_client.zip to the ignore list
Made corrections to clangd_client_wx30.cbp

Thanks

Miguel Gimenez:
The .depend is still "active", after compiling the plugin:

--- Code: ---c:\Codeblocks>svn status
X       src\plugins\contrib\FortranProject
X       src\plugins\contrib\PythonPlugins
?       src\plugins\contrib\clangd_client\clangd_client_wx32.depend

c:\Codeblocks\src\plugins\contrib\clangd_client>svn proplist -v
Properties on '.':
  svn:ignore
    *.layout
    clangd_client.zip

--- End code ---
so *.depends is missing. Other folders (p.e. src/src) add also *_build_log.html, because saving build log to HTML leaves this files around.

IMHO the ignore list should be:

--- Code: ---Properties on '.':
  svn:ignore
    *.depend
    *.layout
    *_build_log.html
    clangd_client.zip

--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version