Difference between revisions of "Unindent Lines"

From TED Notepad
m
Line 20: Line 20:
 
See also {{feature|Unquote}} and {{feature|Shift Left}} tools.
 
See also {{feature|Unquote}} and {{feature|Shift Left}} tools.
  
See also {{feature|Trim Tail Spaces}} and {{feature|Trim Empty}} tools.
+
See also {{feature|Trim Tail Spaces}} and {{feature|Trim Empty Lines}} tools.

Revision as of 14:18, 26 June 2010

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.