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

Bug: Incosistend behaviour for x x x x values in CSS and shift more #12

Closed eikaramba closed 9 years ago

eikaramba commented 9 years ago

Given the expression "margin: 15px 0 0 0;"

When i now select the second value(0) like "15px 0| 0 0" [| is the cursor] and 'shift up more' - the value is "15px 10 0 0". That is correct, however after another 'shift more down', i end up with "9px 9 -3 0". Please note: I never moved the cursor.

kstenschke commented 9 years ago

thanks a lot for your feedback and help in improving shifter with these observations! i'll hopefully soon have a look into implementing those improvements.

eikaramba commented 9 years ago

Sure no problem, you don't have to hurry, i know how hard it is to maintain a project while having a full time job etc. - i'm just glad that you are actually reading this and are open for feedback. Great Work, maybe (this is a big maybeG) i will also look into it and see whether i'm able to locate the bug myself. Could be a great way to learn about intellij's plugin api :)

kstenschke commented 9 years ago

..is now fixed with version 1.2.1 -Thanks again for your feedback :+1: