You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<< com.intellij.openapi.editor.impl.DocumentImpl$UnexpectedBulkUpdateStateException
at com.intellij.openapi.editor.impl.DocumentImpl.assertNotInBulkUpdate(DocumentImpl.java:1109)
at com.intellij.openapi.editor.impl.view.EditorView.assertNotInBulkMode(EditorView.java:632)
at com.intellij.openapi.editor.impl.view.EditorView.offsetToVisualLine(EditorView.java:197)
at com.intellij.openapi.editor.impl.EditorImpl.offsetToVisualLine(EditorImpl.java:1347)
at com.intellij.openapi.editor.impl.CaretImpl.createVerticalInfo(CaretImpl.java:718)
at com.intellij.openapi.editor.impl.CaretImpl.setCurrentLogicalCaret(CaretImpl.java:771)
at com.intellij.openapi.editor.impl.CaretImpl.updateCachedStateIfNeeded(CaretImpl.java:1488)
at com.intellij.openapi.editor.impl.CaretImpl.getLogicalPosition(CaretImpl.java:671)
at com.intellij.openapi.editor.impl.CaretImpl.getSelectionEndPosition(CaretImpl.java:1019)
at com.jiyuanime.listener.ActivatePowerDocumentListener.documentChanged(ActivatePowerDocumentListener.java:80)
at com.intellij.openapi.editor.impl.DocumentImpl.changedUpdate(DocumentImpl.java:810)
at com.intellij.openapi.editor.impl.DocumentImpl.updateText(DocumentImpl.java:716)
at com.intellij.openapi.editor.impl.DocumentImpl.insertString(DocumentImpl.java:471)
at com.intellij.openapi.command.impl.EditorChangeAction.exchangeStrings(EditorChangeAction.java:104)
at com.intellij.openapi.command.impl.EditorChangeAction.redo(EditorChangeAction.java:88)
at com.intellij.openapi.command.impl.UndoableGroup.lambda$doUndoOrRedo$0(UndoableGroup.java:147)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:1010)
at com.intellij.openapi.command.impl.UndoableGroup.doUndoOrRedo(UndoableGroup.java:126)
at com.intellij.openapi.command.impl.UndoableGroup.undoOrRedo(UndoableGroup.java:114)
at com.intellij.openapi.command.impl.UndoableGroup.redo(UndoableGroup.java:100)
at com.intellij.openapi.command.impl.Redo.performAction(Redo.java:46)
at com.intellij.openapi.command.impl.UndoRedo.execute(UndoRedo.java:134)
at com.intellij.openapi.command.impl.CommandMerger.undoOrRedo(CommandMerger.java:220)
at com.intellij.openapi.command.impl.UndoManagerImpl.lambda$undoOrRedo$0(UndoManagerImpl.java:372)
at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:149)
at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:109)
at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:99)
at com.intellij.openapi.command.impl.UndoManagerImpl.undoOrRedo(UndoManagerImpl.java:384)
at com.intellij.openapi.command.impl.UndoManagerImpl.redo(UndoManagerImpl.java:362)
at com.intellij.ide.actions.RedoAction.perform(RedoAction.java:30)
at com.intellij.ide.actions.UndoRedoAction.actionPerformed(UndoRedoAction.java:45)
at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:220)
at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAware(ActionUtil.java:237)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$1.performAction(IdeKeyEventDispatcher.java:576)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.lambda$processAction$2(IdeKeyEventDispatcher.java:625)
at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:195)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:624)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inInitState(IdeKeyEventDispatcher.java:479)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:213)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:738)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:434)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
The text was updated successfully, but these errors were encountered:
chrkv
changed the title
com.intellij.openapi.editor.impl.DocumentImpl$UnexpectedBulkUpdateStateException in IDEA 2018.1
DocumentImpl$UnexpectedBulkUpdateStateException in IDEA 2018.1
Apr 13, 2018
IDEA 181.4203
The text was updated successfully, but these errors were encountered: