The VIM Plugin seems to be failing with build 1050.
I did some digging and the Key class has been moved to com/intellij/openapi/util/Key. Hence the following error:
java.lang.NoClassDefFoundError: com/intellij/util/Key at com.maddyhome.idea.vim.helper.EditorData.(EditorData.java:224)
at com.maddyhome.idea.vim.VimPlugin$1.editorCreated(VimPlugin.java:113)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.intellij.util.EventDispatcher.a(EventDispatcher.java:67)
at com.intellij.util.EventDispatcher.a(EventDispatcher.java:34)
at com.intellij.util.EventDispatcher.access$100(EventDispatcher.java:66)
at com.intellij.util.EventDispatcher$1.invoke(EventDispatcher.java:6)
at $Proxy15.editorCreated(Unknown Source)
at com.intellij.openapi.editor.c.d.a(d.java:42)
at com.intellij.openapi.editor.c.d.createEditor(d.java:13)
at com.intellij.openapi.fileEditor.b.a.d.f(d.java:95)
at com.intellij.openapi.fileEditor.b.a.d.(d.java:17)
at com.intellij.openapi.fileEditor.b.a.a.(a.java:11)
at com.intellij.openapi.fileEditor.b.a.b.createEditor(b.java:9)
at com.intellij.openapi.fileEditor.b.f.b(f.java:236)
at com.intellij.openapi.fileEditor.b.f.access$900(f.java:443)
at com.intellij.openapi.fileEditor.b.f$3.run(f$3.java)
at com.intellij.openapi.command.impl.a.executeCommand(a.java:4)
at com.intellij.openapi.fileEditor.b.f.a(f.java:682)
at com.intellij.openapi.fileEditor.b.f.access$1400(f.java:345)
at com.intellij.openapi.fileEditor.b.f$7.run(f$7.java:21)
at com.intellij.openapi.command.impl.a.executeCommand(a.java:55)
at com.intellij.openapi.fileEditor.b.f$6.run(f$6.java:2)
at com.intellij.ide.m.a.a.a(a.java:29)
at com.intellij.ide.m.a.a.c(a.java:4)
at com.intellij.openapi.project.a.b$5.run(b$5.java:2)
at com.intellij.util.LaterInvocator$FlushQueue.run(LaterInvocator.java:1)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at com.intellij.ide.q.b(q.java:148)
at com.intellij.ide.q.a(q.java:23)
at com.intellij.ide.q.dispatchEvent(q.java:103)
at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
va: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)
"Rick Maddy" ]]> wrote in message news:18116600.1072681348804.JavaMail.itn@is.intellij.net...
The VIM Plugin seems to be failing with build 1050.
I did some digging and the Key class has been moved to
com/intellij/openapi/util/Key. Hence the following error:
java.lang.NoClassDefFoundError: com/intellij/util/Key
at com.maddyhome.idea.vim.helper.EditorData.(EditorData.java:224) at com.maddyhome.idea.vim.VimPlugin$1.editorCreated(VimPlugin.java:113) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.intellij.util.EventDispatcher.a(EventDispatcher.java:67) at com.intellij.util.EventDispatcher.a(EventDispatcher.java:34) at com.intellij.util.EventDispatcher.access$100(EventDispatcher.java:66) at com.intellij.util.EventDispatcher$1.invoke(EventDispatcher.java:6) at $Proxy15.editorCreated(Unknown Source) at com.intellij.openapi.editor.c.d.a(d.java:42) at com.intellij.openapi.editor.c.d.createEditor(d.java:13) at com.intellij.openapi.fileEditor.b.a.d.f(d.java:95) at com.intellij.openapi.fileEditor.b.a.d.(d.java:17) at com.intellij.openapi.fileEditor.b.a.a.(a.java:11) at com.intellij.openapi.fileEditor.b.a.b.createEditor(b.java:9) at com.intellij.openapi.fileEditor.b.f.b(f.java:236) at com.intellij.openapi.fileEditor.b.f.access$900(f.java:443) at com.intellij.openapi.fileEditor.b.f$3.run(f$3.java) at com.intellij.openapi.command.impl.a.executeCommand(a.java:4) at com.intellij.openapi.fileEditor.b.f.a(f.java:682) at com.intellij.openapi.fileEditor.b.f.access$1400(f.java:345) at com.intellij.openapi.fileEditor.b.f$7.run(f$7.java:21) at com.intellij.openapi.command.impl.a.executeCommand(a.java:55) at com.intellij.openapi.fileEditor.b.f$6.run(f$6.java:2) at com.intellij.ide.m.a.a.a(a.java:29) at com.intellij.ide.m.a.a.c(a.java:4) at com.intellij.openapi.project.a.b$5.run(b$5.java:2) at com.intellij.util.LaterInvocator$FlushQueue.run(LaterInvocator.java:1) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178) at java.awt.EventQueue.dispatchEvent(EventQueue.java:454) at com.intellij.ide.q.b(q.java:148) at com.intellij.ide.q.a(q.java:23) at com.intellij.ide.q.dispatchEvent(q.java:103) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja va: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) "Rick Maddy" ]]> wrote in message
news:18116600.1072681348804.JavaMail.itn@is.intellij.net...
>
>
I released version 0.6.5 to support 1050.
Rick
Hi i'm new here, where do i download this plugin ?
go to your ide settings and launch the plugin manager, it will download and install it for you