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-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