Squircle-CE icon indicating copy to clipboard operation
Squircle-CE copied to clipboard

Code folding based on indentation

Open goulashsoup opened this issue 4 years ago • 1 comments

Something that is missing in all android code editors is the possibility to fold based on indendation (and selection).

I'd like to work on that feature but before doing so i'd like to know if such a feature would be accepted?

goulashsoup avatar Mar 01 '21 18:03 goulashsoup

Yeah, it would be awesome to have it like in IDEA (simply + and - buttons). But I don't know how you going to do that, because that's something that should be pretty optimized in some way 🤷‍♂️

UPD: Most of the code editors with folding doesn't use TextView widget simply showing WebView (which is not a solution at all 👎)

massivemadness avatar Mar 01 '21 18:03 massivemadness