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

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

Floating point numbers without leading zero #36

Closed andytruett closed 9 years ago

andytruett commented 10 years ago

ST3, Win7x64.

Floating point numbers without leading zeros are treated as integers, e.g:

Up 1 on .03 => .4 Up 1 on 0.03 -> 0.04

Down 10 on .03 => .-7