ToggleKeyword plugin v1.2 causes exception on #3193
Tragic as I use this very often!
Is there a fixed version? Thomas Vollmer are you still out there?
Cheers,
N.
java.lang.NoSuchMethodError:
com.intellij.openapi.editor.Document.insertString(ILjava/lang/String;)V
at
com.thomasvollmer.ideaplugins.togglekeyword.ToggleKeywordAction$Handler.executeWriteAction(ToggleKeywordAction.java:54)
at
com.intellij.openapi.editor.actionSystem.EditorWriteActionHandler$1.run(EditorWriteActionHandler.java:39)
at
com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:265)
at
com.intellij.openapi.editor.actionSystem.EditorWriteActionHandler.execute(EditorWriteActionHandler.java:23)
at
com.intellij.openapi.editor.actionSystem.EditorAction$1.run(EditorAction.java:40)
at com.intellij.openapi.command.a.a.executeCommand(a.java:53)
at com.intellij.openapi.command.a.a.executeCommand(a.java:11)
at
com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(EditorAction.java:46)
at
com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(EditorAction.java:31)
at com.intellij.openapi.keymap.a.e.a(e.java:21)
at com.intellij.openapi.keymap.a.e.b(e.java:13)
at com.intellij.openapi.keymap.a.e.a(e.java:88)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:143)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:158)
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)
Please sign in to leave a comment.
OK, so rather than waiting or whining I thought I'd just rebuild it
myself. Its up on the Wiki if anyone else uses it :
http://www.intellij.org/twiki/bin/view/Main/ToggleKeywordPlugin
N.
Nathan Brown wrote: