Difference between revisions of "Indent Lines"
From TED Notepad
m |
|
(No difference)
|
Revision as of 17:00, 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.
This section may contain incomplete, premature, or mistaken information, prone to change without notice.
Indent (Ctrl+Tab)
Indents each line
of the selection with a Tab character. Does not modify empty lines
.
Note: The selection always persists in this tool.
if (IsNonEmpty (line)) Indent (line); |
if (IsNonEmpty (line)) Indent (line); |