Difference between revisions of "Unindent Lines"

From TED Notepad
m
m
(No difference)

Revision as of 17:01, 22 April 2011

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.