This is an automated email from the ASF dual-hosted git repository.
jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 28211847bff Merge pull request #7468 from mbien/maven-398
add 33f2cc6df6d Detect StructureProvider and use it to populate navigator
content
add 31915abdf00 Sharing icons between the two navigator views
add c7962c197f7 Default action for StructureElement node is open
add 47d411b357c Extracting non-lsp4j functionality of navigator into own
class
add edf081ffb92 Using AbstractNavigatorPanel in LspStructureNavigatorPanel
add 7ef43e04579 Don't provide StructureProvider when there is regular
navigator registered
new d0dc68a9503 Merge pull request #7483 from
jtulach/jtulach/StructureNavigatorPanel
The 1 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:
ide/lsp.client/nbproject/project.xml | 9 ++
.../client/bindings/AbstractNavigatorPanel.java | 152 ++++++++++++++++++++
.../modules/lsp/client/bindings/Icons.java | 2 +-
.../LspNavigatorPanelDynamicRegistration.java | 69 +++++++++
.../bindings/LspStructureNavigatorPanel.java | 157 +++++++++++++++++++++
.../lsp/client/bindings/NavigatorPanelImpl.java | 125 ++--------------
.../org/netbeans/spi/navigator/NavigatorPanel.java | 2 -
7 files changed, 398 insertions(+), 118 deletions(-)
create mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/AbstractNavigatorPanel.java
create mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/LspNavigatorPanelDynamicRegistration.java
create mode 100644
ide/lsp.client/src/org/netbeans/modules/lsp/client/bindings/LspStructureNavigatorPanel.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists