-
Notifications
You must be signed in to change notification settings - Fork 2
macro
monsterkodi edited this page May 21, 2017
·
14 revisions
- upper uppercase selected texts
- lower lowercase selected texts
- title titlecase selected texts
-
case
⌘⌥^U
toggle between upper, lower and title
- up sort selected texts ascending
- down sort selected texts descending
- sort toggle between up and down
-
reverse
⌘⌥^R
reverse selected texts
- clean remove trailing spaces in all lines
- help displays a list of keyboard shortcuts
- blink toggle cursor blinking
- inv toggle display of line endings
- fps toggle fps graph besides the info area
- test runs tests
-
color
^⌥⌘p
toggle pigments
-
col
num
delta
duplicate main cursor horizontally -
line
num
delta
duplicate main cursor vertically -
count
dec|hex|bin
offset
delta
insert numbers at cursors -
add
num
add to selected numbers -
sub
num
subtract from selected numbers
- dbg insert log line which outputs class.method + variables under cursors
- req insert require statement for word at cursor
- class creates a new file with simple class skeleton