You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by sd...@apache.org on 2022/04/13 13:47:16 UTC

[netbeans] branch master updated (ec869891f5 -> 40f53d1ce6)

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

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


    from ec869891f5 Updating text in Create ADB action (#3971)
     new 71aa8c97c9 FindPath implemented for tree views (project)
     new f33923630b Projects view synchronizes with active editor.
     new 36a414fb9a Reveal set by default to false (safer for NBLS release)
     new 40f53d1ce6 Merge pull request #3968 from sdedic/vscode/projectview-sync

The 6931 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 java/java.lsp.server/nbproject/project.properties  |  2 +-
 .../server/explorer/LspTreeViewServiceImpl.java    | 61 ++++++++++++++--
 .../java/lsp/server/explorer/PathFinder.java       | 62 +++++++++++++++++
 .../java/lsp/server/explorer/ProjectExplorer.java  | 72 ++++++++++++++++++-
 .../lsp/server/explorer/api/FindPathParams.java    | 57 +++++++++++++++
 .../lsp/server/explorer/api/TreeViewService.java   |  3 +
 java/java.lsp.server/vscode/package.json           | 10 +++
 java/java.lsp.server/vscode/src/explorer.ts        | 81 +++++++++++++++++++---
 java/java.lsp.server/vscode/src/extension.ts       | 33 ++++++++-
 java/java.lsp.server/vscode/src/protocol.ts        |  7 ++
 10 files changed, 368 insertions(+), 20 deletions(-)
 create mode 100644 java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/explorer/PathFinder.java
 create mode 100644 java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/explorer/api/FindPathParams.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