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

Unable to configure settings in IntelliJ 2016.1 #24

Closed duponter closed 8 years ago

duponter commented 8 years ago

Recently I migrated from IntelliJ 15.0.4 to IntelliJ 2016.1. (Ultimate edition) While the Shifter plugin still works in the latest IntelliJ, I am not able to configure it anymore. In IJ 15, I could change them via Preferences > Other Settings > Shifter. In IJ 2016.1, Shifter disappeared from the Other Settings list.

Thanks for looking into it, Regards, Erwin

kstenschke commented 8 years ago

Thank you Erwin for your feedback. I will have a look into this.

krasa commented 8 years ago

https://youtrack.jetbrains.com/issue/IDEA-150516 you need to split ProjectComponent and Configurable into separate classes and use

<extensions defaultExtensionNs="com.intellij">
    <projectConfigurable ... />
</extensions>
kstenschke commented 8 years ago

Hi Erwin, from Shifter version 1.3.0 (just released), Shifter settings should work also in Idea version 2016.1 and onwards.

duponter commented 8 years ago

Version 1.3.0 installed and it works like a charm. Thanks for your effort.