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

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

Enums css properties with dashes (-) #40

Closed evanre closed 8 years ago

evanre commented 8 years ago

Hi, I try to customize list of enums. And I find a problem with enum items that contains few dashes. (f.e. ease-in-out, nth-of-child etc.). When i list this items and reach some property with few dashes it stops listing.

P.S. By the way, it would be cool to improve lists functionality, e.g. to expand list of available characters. To male possible write something like this: [":first-child", ":last-child", ":last-of-type", ":nth-child()", ":nth-last-child()", ":nth-of-type()"],

P.P.S Sorry for my English, maybe, a I can explain my problem better in Russian? :)

evanre commented 8 years ago

One more thing. I Have a problem with properties that contains two and more words. e.g. You add by dafault list ["margin", "padding"] If i had combine property margin: 10px 20px; All warks good, but it doesn't with sides -left, -right .etc. It would be great to make possible change words separetly {margin-padding-border}-{left-right-top-bottom}:... Thanks for a great tool :)

rmaksim commented 8 years ago

fixed first part of issue - items that contains few dashes see example in settings