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

Shifter uses incorrect values for font-weight, font-style and text-decoration properties #4

Closed markusha closed 11 years ago

markusha commented 11 years ago

The allowed values for font-weight are bold|bolder|lighter|normal. But Shifter considers that out of all of them only 'bold' value is allowed (not even 'normal'). Also it considers 'italic' or 'strikethrough' or some other erroneous values as allowed for font-weight. The same thing is with font-style and text-decoration. Please check the correct values for these properties. https://developer.mozilla.org/en-US/docs/CSS/font-style https://developer.mozilla.org/en-US/docs/CSS/font-weight https://developer.mozilla.org/en-US/docs/CSS/text-decoration

kstenschke commented 11 years ago

since version 1.1.0 properties like this can be adjusted in the dictionary in the plugin configuration.