This is an automated email from the ASF dual-hosted git repository.

jlahoda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 2a4a18a  Make it easy to create dynamically updated ProxyLookup 
instances without subclassing
     add 1cf4221  Adding support for clangd to the lightweight C/C++ support

No new revisions were added by this update.

Summary of changes:
 .../modules/cpplite/editor/UnconfiguredHint.java   |  10 +-
 .../org/netbeans/modules/cpplite/editor/Utils.java |  94 ++++++++++++++++
 .../cpplite/editor/lsp/LanguageServerImpl.java     | 118 +++++++++++++++------
 .../cpplite/editor/lsp/options/Bundle.properties   |   6 +-
 .../cpplite/editor/lsp/options/CPPLitePanel.form   |  87 ++++++++++++---
 .../cpplite/editor/lsp/options/CPPLitePanel.java   | 101 +++++++++++++++---
 .../editor/spi/CProjectConfigurationProvider.java  |   3 +
 .../CPPLiteCProjectConfigurationProvider.java      |  27 ++++-
 .../netbeans/modules/lsp/client/LSPBindings.java   |  31 +++++-
 .../client/bindings/CompletionProviderImpl.java    |   7 +-
 .../lsp/client/bindings/NavigatorPanelImpl.java    |   2 +-
 .../TextDocumentSyncServerCapabilityHandler.java   |  93 ++++++++++------
 12 files changed, 470 insertions(+), 109 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to