#25455
LTT
Participant

A:
Need a simple way to insert tabs in empty lines.
(But I think it’s not proper to make “Increase/Decrease Line Indent” commands differ from Tab/Shift+Tab in this case.)

Currently I have to use these steps:
Select the lines.
Use “Select Beginning of Lines” command.
Type a character.
Undo.
Type Tab key.

—————
B:
Select a non-empty line and an empty (non-EOF) line below it.
Indent the selection.
Undo.
** The undone result is not correct.

—————
C:
Since the 4 commands below also handle multiple selections, I think “Line” in their names is not proper/necessary:
Increase Line Indent
Decrease Line Indent
Tab or Increase Line Indent
Tab Left or Decrease Line Indent