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

Fixed NPE on initialization,... #33

Closed krasa closed 7 years ago

krasa commented 7 years ago

set background for restoreSettings, removed useless ApplicationComponent

kstenschke commented 7 years ago

Thank you Vojtěch

krasa commented 7 years ago

No problem. But how did you even managed to set swing-font="OptionPane.messageFont"? I don't have that font in the Select Font dialog (win 10).

kstenschke commented 7 years ago

See attached screenshot, it's in the "swing fonts" tab of the font selection dialog (Mac OS).

optionpane-messagefont
krasa commented 7 years ago

Well, that explains it. image

I'll report some bug to JetBrains, it should not fail at runtime if you don't have that font.

kstenschke commented 7 years ago

Yes, one would expect the GUI options to be cross-platform compatible. Thanks for checking back and reporting 👍