denis-zhdanov / intellij-plugin-copy-on-steroids

Enhances IntelliJ-based IDEs 'Copy' action with ability to deliver rich text (RTF)
13 stars 6 forks source link

StackOverflowError during copy operation #14

Open hutteman opened 11 years ago

hutteman commented 11 years ago

Got this when trying to copy the full contents of a .sql file:

Error during dispatching of java.awt.event.KeyEvent[KEY_PRESSED,keyCode=67,keyText=C,keyChar='',modifiers=Ctrl,extModifiers=Ctrl,keyLocation=KEY_LOCATION_STANDARD,rawCode=67,primaryLevelUnicode=99,scancode=46,extendedKeyCode=0x43] on frame0
java.lang.StackOverflowError
    at java.util.HashMap.hash(HashMap.java:351)
    at java.util.HashMap.getEntry(HashMap.java:443)
    at java.util.HashMap.get(HashMap.java:405)
    at com.intellij.openapi.editor.colors.impl.EditorColorsSchemeImpl.getAttributes(EditorColorsSchemeImpl.java:58)
    at com.intellij.openapi.editor.impl.EditorImpl$MyColorSchemeDelegate.getAttributes(EditorImpl.java:5760)
    at org.denis.AbstractCopyPasteSyntaxAwareProcessor$3.updateCached(AbstractCopyPasteSyntaxAwareProcessor.java:449)
    at org.denis.AbstractCopyPasteSyntaxAwareProcessor$3.updateCached(AbstractCopyPasteSyntaxAwareProcessor.java:462)
    at org.denis.AbstractCopyPasteSyntaxAwareProcessor$3.updateCached(AbstractCopyPasteSyntaxAwareProcessor.java:462)
    at org.denis.AbstractCopyPasteSyntaxAwareProcessor$3.updateCached(AbstractCopyPasteSyntaxAwareProcessor.java:462)
    at org.denis.AbstractCopyPasteSyntaxAwareProcessor$3.updateCached(AbstractCopyPasteSyntaxAwareProcessor.java:462)
    at org.denis.AbstractCopyPasteSyntaxAwareProcessor$3.updateCached(AbstractCopyPasteSyntaxAwareProcessor.java:462)
    at etc. etc. etc.