Difference between revisions of "Unindent Lines"
From TED Notepad
Line 5: | Line 5: | ||
Note: Does not remove anything else but {{defined|white-spaces}}. | Note: Does not remove anything else but {{defined|white-spaces}}. | ||
+ | |||
+ | Note: The selection always persists in this tool. | ||
{{example_start}}Example: | {{example_start}}Example: |
Revision as of 23:11, 28 April 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.
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.
if (IsIndented (line)) Unindent (line); |
if (IsIndented (line)) Unindent (line); |
See also Unquote and Shift Left tools.
See also Trim Tail Spaces and Trim Empty tools.