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

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

Change image extension (Request) #16

Closed purplefish32 closed 11 years ago

purplefish32 commented 11 years ago

image.pn|g super+alt+up/down could change image extension from within an array of formats [png, jpg]

rmaksim commented 11 years ago

You need to insert a bit of code to the user settings file. Preferences -> Package settings -> Inc-Dec-Value -> Settings-User

{
    "enums": [ // write values to the list only in lowercase
        ["jpg",   "png"]
    ]
}
purplefish32 commented 11 years ago

Awsome, this plugin is the muts nuts. Thank you

rmaksim commented 11 years ago

You are welcome! Enjoy!