-
Notifications
You must be signed in to change notification settings - Fork 236
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
Feature: Set Lines Visible / Code Folding #107
Comments
Any updates on this? Roadmap? |
Am currently looking into maybe implementing this feature, will hopefully know next week sometime .... |
I'd love to see this feature in any capacity. Its one of the very few downsides of migrating away from Swing/RSyntaxTextArea. If its a matter of time investment and you're busy, I'd be willing to fork/PR if you had pointers or a rough idea on how to implement the feature. |
Thanks for the offer I'm doing okay at this stage :-) I would like a vote/input on a preferred method name please:
|
If when the paragraph is collapsed there is still a line preview (like how IDE's do it) then 2 or 3 seem to make the most sense. |
I was hoping to submit a PR by now but I'm not yet happy with the API. So this is just to let you know that I've basically got it done and there should be a PR next week sometime. Sorry for the delay .... |
Don't worry about the pace, take your time. |
Okay, a PR has been submitted. Will merge next week sometime pending any feedback or changes ..... |
If possible it would be nice if there could be some underlying support to hide or show line(s) n->n2
This would make it possible with paragraph graphic factory for a developer to implement code folding.
The text was updated successfully, but these errors were encountered: