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

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

Preserve shorthand HEX value or setting to always convert to shorthand if possible #32

Closed alexilyaev closed 9 years ago

alexilyaev commented 10 years ago

Similar to how ColorConvert handles it: https://github.com/TheDutchCoder/ColorConvert

Converting #fff results back to #ffffff; /* alpha: 1 */

At least I'd expect to preserve the initial value, but better yet, a setting to always convert to shorthand would be nice (in ColorConvert it's default behavior).

rmaksim commented 9 years ago

fixed in https://github.com/rmaksim/Sublime-Text-2-Inc-Dec-Value/commit/c2f80b04b3d4817721e24c0078d3495f0f5216e3