Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigator pane could be in alphabetical order of classes #105

Open
systemsolve opened this issue Mar 18, 2024 · 2 comments
Open

Navigator pane could be in alphabetical order of classes #105

systemsolve opened this issue Mar 18, 2024 · 2 comments
Labels
enhancement New feature or request feature-request

Comments

@systemsolve
Copy link

It would be nice, even if an option, for all top-level entities (classes, module-level functions etc) to be shown in alphabetical order in the Navigator pane. This is how the old "nbpython" plugin worked and I found it more useful like that than simply following the declaration order in the file.

This Python plugin is better all round (esp Python 3 support) but the Navigator issue is a bit of a nuisance.

@systemsolve systemsolve added enhancement New feature or request feature-request labels Mar 18, 2024
Copy link

Thanks for reporting this issue, we will take a look on ASAP

@albilu
Copy link
Owner

albilu commented Sep 24, 2024

org.netbeans.modules.java.navigation.actions.SortActions.java
org.netbeans.modules.csl.navigation.actions.SortActionSupport.java

Issue: Seems no API to possibly add to the LSP symbol Navigator provider
Possible solution: Use Lookup to get the NavigatorPanel, get the outline component from it and inject new sort action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature-request
Projects
None yet
Development

No branches or pull requests

2 participants