gdelmas / IntelliJDashPlugin

A smart and simple plugin that provides keyboard shortcut access for Dash, Velocity or Zeal in IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm and Android Studio.
MIT License
1.09k stars 73 forks source link

Error after Keyboard Shortcut with IntelliJ 11 #19

Closed joerozek closed 10 years ago

joerozek commented 10 years ago

Intellij 11.1.5

Error during dispatching of java.awt.event.KeyEvent[KEY_PRESSED,keyCode=68,keyText=D,keyChar='d',modifiers=⌘+⇧,extModifiers=⌘+⇧,keyLocation=KEY_LOCATION_STANDARD,rawCode=0,primaryLevelUnicode=0,scancode=0] on frame1: com.intellij.openapi.wm.impl.status.StatusBarUtil.setStatusBarInfo(Lcom/intellij/openapi/project/Project;Ljava/lang/String;)V java.lang.NoSuchMethodError: com.intellij.openapi.wm.impl.status.StatusBarUtil.setStatusBarInfo(Lcom/intellij/openapi/project/Project;Ljava/lang/String;)V at de.dreamlab.dash.DashLauncherAction.actionPerformed(DashLauncherAction.java:71) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$3.performAction(IdeKeyEventDispatcher.java:542) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:590) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.d(IdeKeyEventDispatcher.java:458) at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:206) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:524) at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:420) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:378) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

gdelmas commented 10 years ago

2.2 is the last version that works with intellij idea 11: https://github.com/gdelmas/IntelliJDashPlugin/releases/tag/2.2

fixed https://github.com/gdelmas/IntelliJDashPlugin/commit/3ddfa3bb9bfb4567c2ac2aee5f8b54cd9edbf251