Sublime Forum

Inc-Dec-Value (ST2 and ST3)

#41

UPDATE: v0.1.3 - added support for the mouse wheel

Instead of the arrows can use your mouse wheel.

0 Likes

#42

Fantastic plugin, thanks for the update!

0 Likes

#43

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

0 Likes

#44

Great idea! I’ll definitely use it!

0 Likes

#45

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);
0 Likes

#46

Now supports both ST2 and ST3!

https://sublime.wbond.net/packages/Inc-Dec-Value

0 Likes

#47

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)

0 Likes

#48

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.

0 Likes

#49

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

0 Likes

#50

UPDATE: v0.1.13 - #35 Cycle through enum with Java capitalization
github.com/rmaksim/Sublime-Text … /issues/35

“centerX”, “centerY”]
or
“screenLeft”, “screenRight”]

0 Likes