UPDATE: v0.1.3 - added support for the mouse wheel
Instead of the arrows can use your mouse wheel.
UPDATE: v0.1.3 - added support for the mouse wheel
Instead of the arrows can use your mouse wheel.
UPDATE: v0.1.4 - Saving the position of the cursors/selections on the change
github.com/rmaksim/Sublime-Text … ue/pull/14
UPDATE: v0.1.5 - Don’t place action in undo history when nothing happens
github.com/rmaksim/Sublime-Text … /issues/15
UPDATE: v0.1.6 - (upper, lower, capitalize) works on non-ascii strings
github.com/rmaksim/Sublime-Text … /issues/20
UPDATE: v0.1.7 - Swapping the color notation in CSS
github.com/rmaksim/Sublime-Text … /issues/19
from:
color: rgba(0,17,34,0.4);
to:
color: #001122; /* alpha: 0.4 */
again:
color: rgba(0,17,34,0.4);
UPDATE: v0.1.8 - #29 Fix apply_hex_color exception
github.com/rmaksim/Sublime-Text … ue/pull/29
UPDATE: v0.1.9 - Fixed apply_integer (x -> -x when cursor before x)
great plugin. I was going to sit down and start work on essentially the same thing tonight since most of the others I found didn’t work or didn’t do what I wanted.
I’m kind of glad I found this and dissapointed I don’t get to write it all at the same time.
UPDATE: (v0.1.10) v0.1.11 - #31 ST3: Fixed - Getting TypeError in console when using the number inc/dec functions
github.com/rmaksim/Sublime-Text … /issues/31
UPDATE: v0.1.12 - #27 Added ability to autosave after incrementing
github.com/rmaksim/Sublime-Text … /issues/27
Added “autosave” in inc_dec_value.sublime-settings
UPDATE: v0.1.13 - #35 Cycle through enum with Java capitalization
github.com/rmaksim/Sublime-Text … /issues/35
“centerX”, “centerY”]
or
“screenLeft”, “screenRight”]