I just installed Irida 3136 and the Vim plugin for Irida. This is the exception when hitting any key in the editor.
I was wondernig if I have it installed incorrectly as I did migrate settings from 4.5.2 install version but I did copy the new vim.xml keymap over.
java.lang.NoSuchMethodError: com.intellij.openapi.actionSystem.AnActionEvent.]]>(Ljava/awt/event/InputEvent;Lcom/intellij/openapi/actionSystem/DataContext;Ljava/lang/String;Lcom/intellij/openapi/actionSystem/Presentation;I)V at com.maddyhome.idea.vim.KeyHandler.executeAction(KeyHandler.java:467) at com.maddyhome.idea.vim.KeyHandler$ActionRunner.run(KeyHandler.java:525) at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:3) at com.maddyhome.idea.vim.helper.RunnableHelper$ReadAction.run(RunnableHelper.java:50) at com.intellij.openapi.command.b.a.executeCommand(a.java:84) at com.intellij.openapi.command.b.a.executeCommand(a.java:40) at com.maddyhome.idea.vim.helper.RunnableHelper.runReadCommand(RunnableHelper.java:33) at com.maddyhome.idea.vim.KeyHandler.handleKey(KeyHandler.java:417) at com.maddyhome.idea.vim.VimTypedActionHandler.execute(VimTypedActionHandler.java:72) at com.intellij.openapi.editor.actionSystem.TypedAction$2.run(TypedAction.java:107) at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:377) at com.intellij.openapi.editor.actionSystem.TypedAction$1.run(TypedAction.java:102) at com.intellij.openapi.command.b.a.executeCommand(a.java:117) at com.intellij.openapi.command.b.a.executeCommand(a.java:40) at com.intellij.openapi.editor.actionSystem.TypedAction.actionPerformed(TypedAction.java:120) at com.intellij.openapi.editor.impl.EditorImpl.a(EditorImpl.java:1182) at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:1312) at com.intellij.openapi.editor.impl.EditorImpl$4.keyTyped(EditorImpl$4.java:5) at java.awt.Component.processKeyEvent(Component.java:5055) at javax.swing.JComponent.processKeyEvent(JComponent.java:2388) at java.awt.Component.processEvent(Component.java:4909) at java.awt.Container.processEvent(Container.java:1569) at java.awt.Component.dispatchEventImpl(Component.java:3615) at java.awt.Container.dispatchEventImpl(Container.java:1627) at java.awt.Component.dispatchEvent(Component.java:3477) at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1713) at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:627) at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:831) at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:741) at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:592) at java.awt.Component.dispatchEventImpl(Component.java:3506) at java.awt.Container.dispatchEventImpl(Container.java:1627) at java.awt.Window.dispatchEventImpl(Window.java:1606) at java.awt.Component.dispatchEvent(Component.java:3477) at java.awt.EventQueue.dispatchEvent(EventQueue.java:456) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:12) at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:75) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:152) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137) at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
That's great, Rick. Looking forward to it. BTW, how is the VI plugin under Irida?
I just fixed this the other night. I'll try to make a new release soon.
Rick
That's great, Rick. Looking forward to it. BTW, how is the VI plugin under Irida?
Thanks,
Jon
I just installed Irida 3136 and the Vim plugin for Irida. This is the exception when hitting any key in the editor.
I was wondernig if I have it installed incorrectly as I did migrate settings from 4.5.2 install version but I did copy the new vim.xml keymap over.
java.lang.NoSuchMethodError: com.intellij.openapi.actionSystem.AnActionEvent.]]>(Ljava/awt/event/InputEvent;Lcom/intellij/openapi/actionSystem/DataContext;Ljava/lang/String;Lcom/intellij/openapi/actionSystem/Presentation;I)V
at com.maddyhome.idea.vim.KeyHandler.executeAction(KeyHandler.java:467)
at com.maddyhome.idea.vim.KeyHandler$ActionRunner.run(KeyHandler.java:525)
at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:3)
at com.maddyhome.idea.vim.helper.RunnableHelper$ReadAction.run(RunnableHelper.java:50)
at com.intellij.openapi.command.b.a.executeCommand(a.java:84)
at com.intellij.openapi.command.b.a.executeCommand(a.java:40)
at com.maddyhome.idea.vim.helper.RunnableHelper.runReadCommand(RunnableHelper.java:33)
at com.maddyhome.idea.vim.KeyHandler.handleKey(KeyHandler.java:417)
at com.maddyhome.idea.vim.VimTypedActionHandler.execute(VimTypedActionHandler.java:72)
at com.intellij.openapi.editor.actionSystem.TypedAction$2.run(TypedAction.java:107)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:377)
at com.intellij.openapi.editor.actionSystem.TypedAction$1.run(TypedAction.java:102)
at com.intellij.openapi.command.b.a.executeCommand(a.java:117)
at com.intellij.openapi.command.b.a.executeCommand(a.java:40)
at com.intellij.openapi.editor.actionSystem.TypedAction.actionPerformed(TypedAction.java:120)
at com.intellij.openapi.editor.impl.EditorImpl.a(EditorImpl.java:1182)
at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:1312)
at com.intellij.openapi.editor.impl.EditorImpl$4.keyTyped(EditorImpl$4.java:5)
at java.awt.Component.processKeyEvent(Component.java:5055)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2388)
at java.awt.Component.processEvent(Component.java:4909)
at java.awt.Container.processEvent(Container.java:1569)
at java.awt.Component.dispatchEventImpl(Component.java:3615)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1713)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:627)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:831)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:741)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:592)
at java.awt.Component.dispatchEventImpl(Component.java:3506)
at java.awt.Container.dispatchEventImpl(Container.java:1627)
at java.awt.Window.dispatchEventImpl(Window.java:1606)
at java.awt.Component.dispatchEvent(Component.java:3477)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:12)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:75)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:152)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Looks like there was an API change. The current VIM support for Irida is a little out of date. I'll try to get an update out for that too.
Rick
Hello Rick,
Thanks, no surprise really about the API change. It must be tough keeping up with that when writting plug-ins for a EAP.
Keep up the good work :-).
Andrew
Hi Rick,
I was wondering if you had a chance to build with this fix?
Thanks,
Jon