Unindent Lines
From TED Notepad
This section is up to date for TED Notepad version 6.3.1.0.
Control page Control:feature:Unindent Lines
Control page Control:feature:Unindent Lines
Unindent (Ctrl+Shift+Tab)
Removes the first character on each line
of the selection, if that character is a white-space
.
Note: This tool does not remove anything else but white-spaces
.
Note: If Tab key indents multiple lines setting is turned on, this tool can be invoked thru simple Shift+Tab key (as long as multiple lines are selected of course).
Note: The selection always persists in this tool.
if (IsIndented (line)) Unindent (line); |
if (IsIndented (line)) Unindent (line); |
See also Indent Lines, Unquote Lines, Shift Lines Left and Tabify tools.
See also Trim Tail Spaces and Trim Empty Lines tools.