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

Latest version (1.1.7) stopped working on PHPStorm 138.256 #9

Closed raveren closed 10 years ago

raveren commented 10 years ago

Hey there, I love your plugin, can no longer be productive without it!

Unfortunately shifter has broken completely in the latest version:

public static function _getChildTables()

WIth cursor on public, shifting down produces

public static function _getChildTables()s()

kstenschke commented 10 years ago

Hey Rokas,

thank you for your feedback- please downgrade to the previous version, 1.1.6, until i had a look into this. i have for now removed version 1.1.7 from the repository for now.

Greetings, Kay

Am 22.05.2014 um 10:12 schrieb Rokas Šleinius notifications@github.com:

Hey there, I love your plugin, can no longer be productive without it!

Unfortunately shifter has broken completely in the latest version:

public static function _getChildTables()

WIth cursor on public, shifting down produces

public static function _getChildTables()s()

— Reply to this email directly or view it on GitHub.

kstenschke commented 10 years ago

Hi Rokas, the new version 1.1.8 should fix the bug you reported. The new release is available on github and the jetbrains repository now. Thanks again for reporting the issue.

Greetings, Kay

raveren commented 10 years ago

Thanks a lot, works perfectly now!