Hi folks,
I did just create a Feature Request at GH: [IDEA] It is proposed to add the TAB key / character to the editor and toolbar #7778
The behaviour when the TAB-button is pressed should be as follows:
Updated (23.10.10) Proposal
- There should be 2 new buttons eg: with 2 independent functions
- 1 button for indent, 1 button for dedent
- 2 buttons are needed for mobile devices
- The “indent” button will increase the indentation by 1 level for the line where the cursor is placed.
- If more lines are selected the level will be increased for those lines.
- It’s not needed to select the whole line to use indent and dedent
- The “dedent” button removes 1 indent level for 1 or more lines
- It should be possible to use TAB and SHIFT-TAB keyboard shortcuts with only 1 button visible.
- The keyboard shortcuts should be configurable from the ControlPanel → Keyboard Shortcut page
Original (now outdated) Proposal
- Insert TAB character at current cursor position
- If any text is selected in 1 line
- Indent the line
- if SHIFT key is active de-dent the line
- If any test in multiple lines is selected
- Indent all lines
- if SHIFT key is active de-dent all lines
If you support this feature request, than give it a “thumbs up” +1
-mario