backspace stops working in editor
Strange error with a fresh 7.0 that stops the backspace key from working, which with my coding skills is a killer.. ;)
The "Blame JetGroovy" link is disabled in my "IDE Fatal Errors" box so I thought I would post it here. I restarted and it reproduces the instant I try use the backspace after a auto quote is performed by the editor.
java.lang.AbstractMethodError: org.jetbrains.plugins.groovy.lang.editor.GroovyQuoteHandler.isClosingQuote(Lcom/intellij/openapi/editor/highlighter/HighlighterIterator;I)Z
at com.intellij.codeInsight.editorActions.BackspaceHandler.a(BackspaceHandler.java:69)
at com.intellij.codeInsight.editorActions.BackspaceHandler.executeWriteAction(BackspaceHandler.java:9)
at com.intellij.openapi.editor.actionSystem.EditorWriteActionHandler$1.run(EditorWriteActionHandler.java:51)
at com.intellij.openapi.application.impl.ApplicationImpl$13.compute(ApplicationImpl.java:3)
at com.intellij.psi.impl.source.PostprocessReformattingAspect.postponeFormattingInside(PostprocessReformattingAspect.java:111)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:263)
at com.intellij.openapi.editor.actionSystem.EditorWriteActionHandler.execute(EditorWriteActionHandler.java:35)
at com.intellij.codeInsight.lookup.impl.BackspaceHandler.execute(BackspaceHandler.java:23)
at com.intellij.openapi.editor.actionSystem.EditorAction$1.run(EditorAction.java:59)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:93)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:135)
at com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(EditorAction.java:66)
at com.intellij.openapi.editor.actionSystem.EditorAction.actionPerformed(EditorAction.java:45)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.a(IdeKeyEventDispatcher.java:211)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.b(IdeKeyEventDispatcher.java:77)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:201)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:56)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:6)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 7.0 Build #7361
ERROR - llij.ide.plugins.PluginManager - JDK: 1.6.0_01
ERROR - llij.ide.plugins.PluginManager - VM: Java HotSpot(TM) Client VM
ERROR - llij.ide.plugins.PluginManager - Vendor: Sun Microsystems Inc.
ERROR - llij.ide.plugins.PluginManager - OS: Linux
ERROR - llij.ide.plugins.PluginManager - Last Action: EditorBackSpace
Please sign in to leave a comment.
I think this has been fixed couple JetGroovy releases back. Are you using a recent plugin version?
Version 0.1 via the Plugins manager....
I will download and build the plugin and see if resolves it.. thanks
odd.. if I try and reinstall via the plugins manager I get: "error in opening zip file"
Fixed now...
Actually I downloaded the zip file and installed it to the plugins directory.. since I couldn't do it via the update manager.
This did not fix the issues.. however, it did allow me to then perform an update via the plugins manager which got me to version 0.1.11638 which resolved the backspace issue and gives the wonderful ERD.
Thanks!
Doug