This is an automated email from the ASF dual-hosted git repository. jtulach pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
commit d0dc68a9503e4cef07f698dfd15635a31edb6ae2 Merge: 28211847bff 7ef43e04579 Author: Jaroslav Tulach <[email protected]> AuthorDate: Wed Jun 19 21:05:18 2024 +0200 Merge pull request #7483 from jtulach/jtulach/StructureNavigatorPanel Use StructureProvider to populate navigator 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(-) --------------------------------------------------------------------- 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
