rmaksim / Sublime-Text-2-Inc-Dec-Value

increase / decrease of numbers, dates, hex color values, etc.
153 stars 18 forks source link

Cycle through enum with Java capitalization #35

Closed AlessandroCalo closed 10 years ago

AlessandroCalo commented 10 years ago

(I think this isn't currently possible) I'd like to cycle through enum values written in Java style, such as: ["centerX", "centerY"] or ["screenLeft", "screenRight"]

rmaksim commented 10 years ago

Added. Try to use.

AlessandroCalo commented 10 years ago

@rmaksim works beautifully, thanks a lot