Unindent Lines

From TED Notepad
Revision as of 14:18, 26 June 2010 by Jsimlo (talk | contribs)
You see work in progress here; this section already reflects future TED Notepad version 6.0.0.14.
This section may contain incomplete, premature, or mistaken information, prone to change without notice.

Unindent (Ctrl+Shift+Tab)

Removes the first character on each line of the selection, if that character is a white-space.

Note: Does not remove anything else but white-spaces.

Note: The selection always persists in this tool.

Example:
if (IsIndented (line)) Unindent (line);
Result:
if (IsIndented (line)) Unindent (line);

See also Unquote and Shift Left tools.

See also Trim Tail Spaces and Trim Empty Lines tools.