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

Minimap in SourceCode Editor window #7967

Open
wumpz opened this issue Nov 15, 2024 · 6 comments
Open

Minimap in SourceCode Editor window #7967

wumpz opened this issue Nov 15, 2024 · 6 comments
Labels
kind:feature A feature request needs:triage Requires attention from one of the committers

Comments

@wumpz
Copy link
Contributor

wumpz commented Nov 15, 2024

Description

Are there any plans to add a minimap / source code outline view for a source code editor? This was quite helpful. I know there is some outdated stuff around. Or is there an active plugin I do not know?

Use case/motivation

No response

Related issues

No response

Are you willing to submit a pull request?

No

@wumpz wumpz added kind:feature A feature request needs:triage Requires attention from one of the committers labels Nov 15, 2024
@Chris2011
Copy link
Contributor

The one from @markiewb is not working anfortunately, I wanted to have a look but lacl of time. And another one is this here: https://gitlab.com/mcheung63/netbeans-minimap maybe you can try this first.

@Chris2011
Copy link
Contributor

Chris2011 commented Nov 15, 2024

And TBH there is no plan afaik to do this, I wanted to implemented it as well, but also just as a plugin. Sooner or later on my Priority list of 92772943 Tasks

@wumpz
Copy link
Contributor Author

wumpz commented Nov 15, 2024

Where is the source code for @markiewb plugin?

@Chris2011
Copy link
Contributor

Where is the source code for @markiewb plugin?

https://github.com/Chris2011/nb-codeoutline

@wumpz
Copy link
Contributor Author

wumpz commented Nov 15, 2024

I made a PR on nb-codeoutline: Chris2011/nb-codeoutline#44. Now it runs using Netbeans 23.

However, IMHO one should remove this bluej dependencies.

@Chris2011
Copy link
Contributor

@wumpz nice, I will have a look on the weekend :). So if you would like to change this, do it.

My idea for a new impl was:

  • Add SidebarFactory to register on EAST or WEST via option
  • Clone the current opened with the content, make it readonly, decrease font size and add this into sdebar
  • Fix bugs :D

I dunno what bugs will be or misbehavior but this makes more sense IMHO instead of using bluej

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feature A feature request needs:triage Requires attention from one of the committers
Projects
None yet
Development

No branches or pull requests

2 participants