
The options from this tab is aplying directing to the code. You can select
the target of the operations (from the frame "Where"), and then select the
button adequate. You can do the following:
- Delete all comments - all coments from the selected
region will be erased.
- Delete empty rows - will delete multiple empty rows
(will remain only one). If you want to delete all empty rows you should
check "all" option.
- Split line at most - all the lines will be splitted
at most a given number of characters, using "_". Also constant strings could
be splitted using "&" operator.
- Use single line (delete _) - is the opposite:
multiple lines will be written as a single one, deleting
"_" character.
- Indent - all the code in the selected region
wll be indented automatically (this option will change the lines of code as a
single line, without "_")
- Compact constant strings - "&" operator will be deleted from constant
strings
Also, in this page you can manage the shortcuts - add a new one, delete or change (save) shortcuts. The code is pasted or written directly
in the text-box under the list of shortcuts. Later, selecting a
shortcut from the tool-bar will insert the code at the current position.
It could be max. 50 characters for shortcut name.
Go back !