massivemadness / Squircle-CE

👨‍💻 Squircle CE is a fast and free multi-language code editor for Android
https://play.google.com/store/apps/details?id=com.blacksquircle.ui
Apache License 2.0
1.38k stars 101 forks source link

Block indent, outdent #216

Open backtabber opened 1 year ago

backtabber commented 1 year ago

After highlighting several lines of text, and then pressing the tab key, all lines should be indented by one tab character. Likewise, when pressing shift+tab, all lines should have a single leading tab character removed.

Current behavior is that all lines are deleted and replaced by a single tab character.