You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by db...@apache.org on 2021/01/22 17:11:56 UTC

[netbeans] branch master updated (2de44ca -> 81bfc6d)

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

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


    from 2de44ca  Restart NBLS when an extension providing some NB cluster is installed/uninstalled. (#2698)
     add 81bfc6d   Adding folding range via LSP support, both client and server. (#2682)

No new revisions were added by this update.

Summary of changes:
 .../netbeans/modules/lsp/client/LSPBindings.java   |  44 +++---
 .../lsp/client/bindings/FoldManagerImpl.java       | 166 +++++++++++++++++++++
 .../TextDocumentSyncServerCapabilityHandler.java   |   4 +-
 .../modules/java/lsp/server/protocol/Server.java   |   3 +
 .../server/protocol/TextDocumentServiceImpl.java   |  64 ++++++++
 .../java/lsp/server/protocol/ServerTest.java       |  88 +++++++++++
 6 files changed, 341 insertions(+), 28 deletions(-)
 create mode 100644 ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/FoldManagerImpl.java


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

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