Clipboard
Commands in the Clipboard category.
ClipboardReplace
Paste the content of the Clipboard replacing all occurrences of <oldText> with <newText>.
Replace is Pacal case sensitive.
Usage: <oldText> <newText> cr
ClipboardReplaceSensitive
Paste the content of the Clipboard replacing all occurrences of <oldText> with <newText>.
Replace is case sensitive.
Usage: <oldText> <newText> crs
CopyDeclaration
Copy the current Code Element declaration (Property, Method, etc.) to clipboard.
Usage: (Inside Code Element) cd
CopyElement
Copy the current Code Element (Property, Method, etc.) to clipboard.
Usage: (Inside Code Element) ce
CutElement
Cut the current Code Element (Property, Method, etc.) to clipboard.
Usage: (Inside Code Element) xe
DuplicateDeclaration
Copy the current code element declaration (Property, Method, etc.) and insert it below.
Usage: (Inside Code Element) dd
SelectBody
Select current element body.
Usage: (Inside element) sb
SelectElement
Select current code element.
Usage: (Inside element) se