kstenschke / shifter-plugin

Intelligent string/code manipulation plugin for Jetbrains IDEs: Detects shiftable type of word/line/selection and manipulates it on keyboard shortcut
http://plugins.jetbrains.com/plugin/6149
Apache License 2.0
105 stars 13 forks source link

inline-block-block-block-block... #22

Closed matiaspub closed 8 years ago

matiaspub commented 8 years ago

if i Shift CSS display value, when set to inline-block, next value is inline-block-block, e.t.c with -block additions. I think it's right, to find whole(maximum greater) predefined value, before change.

kstenschke commented 8 years ago

While editing CSS (or SCSS) files this issue should be fixed with commit https://github.com/kstenschke/shifter-plugin/commit/77fe8ba40ffb9a5369a98f4e505f74a9f42770d9, note: for HTML or other file types, hyphenated words will still be treated as two separate words.