Squircle-CE
Squircle-CE copied to clipboard
Code folding based on indentation
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?
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 👎)