Add an space to selected line
Posted: Mon Oct 06, 2008 2:16 pm
I want do something like "Insert comments" in IDE but instead of ";" add space to selected lines, its possible or not yet?
Example:
To:
Example:
Code: Select all
If a> 1
line 1
line 2
line 3
line 4
Endif
Code: Select all
If a> 1
line 1
line 2
line 3
line 4
Endif