Giter Club home page Giter Club logo

ideavim-quickscope's People

Contributors

citizenmatt avatar joshestein avatar sgoudham avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ideavim-quickscope's Issues

AssertionError on `f` command

Idea throws an exception when I use the f command from time to time

java.lang.AssertionError: 91; this: 7549
	at com.intellij.openapi.editor.impl.IntervalTreeImpl.checkBelongsToTheTree(IntervalTreeImpl.java:931)
	at com.intellij.openapi.editor.impl.IntervalTreeImpl.removeInterval(IntervalTreeImpl.java:963)
	at com.intellij.openapi.editor.impl.MarkupModelImpl.removeHighlighter(MarkupModelImpl.java:221)
	at com.joshestein.ideavimquickscope.IdeaVimQuickscopeExtension$QuickscopeHandler.removeHighlights(IdeaVimQuickscopeExtension.kt:153)
	at com.joshestein.ideavimquickscope.IdeaVimQuickscopeExtension$QuickscopeHandler.execute(IdeaVimQuickscopeExtension.kt:73)
	at com.maddyhome.idea.vim.extension.VimExtensionHandler.execute(VimExtensionHandler.kt:33)
	at com.maddyhome.idea.vim.key.ToHandlerMappingInfo.execute$lambda-2(MappingInfo.kt:186)
	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:219)
	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:174)
	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:164)
	at com.intellij.openapi.command.impl.CoreCommandProcessor.executeCommand(CoreCommandProcessor.java:150)
	at com.maddyhome.idea.vim.helper.IjActionExecutor.executeCommand(IjActionExecutor.kt:160)
	at com.maddyhome.idea.vim.key.ToHandlerMappingInfo.execute(MappingInfo.kt:185)
	at com.maddyhome.idea.vim.KeyHandler.handleCompleteMappingSequence(KeyHandler.kt:414)
	at com.maddyhome.idea.vim.KeyHandler.handleKeyMapping(KeyHandler.kt:299)
	at com.maddyhome.idea.vim.KeyHandler.handleKey(KeyHandler.kt:130)
	at com.maddyhome.idea.vim.key.ToKeysMappingInfo.execute(MappingInfo.kt:107)
	at com.maddyhome.idea.vim.KeyHandler.handleCompleteMappingSequence(KeyHandler.kt:414)
	at com.maddyhome.idea.vim.KeyHandler.handleKeyMapping(KeyHandler.kt:299)
	at com.maddyhome.idea.vim.KeyHandler.handleKey(KeyHandler.kt:130)
	at com.maddyhome.idea.vim.KeyHandler.handleAbandonedMappingSequence(KeyHandler.kt:481)
	at com.maddyhome.idea.vim.KeyHandler.handleKeyMapping(KeyHandler.kt:300)
	at com.maddyhome.idea.vim.KeyHandler.handleKey(KeyHandler.kt:130)
	at com.maddyhome.idea.vim.KeyHandler.handleKey(KeyHandler.kt:79)
	at com.maddyhome.idea.vim.VimTypedActionHandler.execute(VimTypedActionHandler.kt:88)
	at com.intellij.openapi.editor.actionSystem.TypedAction.lambda$actionPerformed$2(TypedAction.java:200)
	at com.intellij.reporting.FreezeLoggerImpl.runUnderPerformanceMonitor(FreezeLoggerImpl.java:28)
	at com.intellij.openapi.editor.actionSystem.TypedAction.lambda$actionPerformed$3(TypedAction.java:199)
	at com.intellij.util.SlowOperations.allowSlowOperations(SlowOperations.java:149)
	at com.intellij.openapi.editor.actionSystem.TypedAction.actionPerformed(TypedAction.java:199)
	at com.intellij.openapi.editor.impl.EditorImpl.processKeyTypedNormally(EditorImpl.java:1330)
	at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:1312)
	at com.intellij.openapi.editor.impl.EditorImpl.processKeyTyped(EditorImpl.java:3475)
	at com.intellij.openapi.editor.impl.EditorImpl$7.keyTyped(EditorImpl.java:1145)
	at java.desktop/java.awt.AWTEventMulticaster.keyTyped(AWTEventMulticaster.java:247)
	at java.desktop/java.awt.Component.processKeyEvent(Component.java:6603)
	at java.desktop/javax.swing.JComponent.processKeyEvent(JComponent.java:2899)
	at java.desktop/java.awt.Component.processEvent(Component.java:6425)
	at java.desktop/java.awt.Container.processEvent(Container.java:2266)
	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5022)
	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324)
	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4854)
	at java.desktop/java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1964)
	at java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:886)
	at java.desktop/java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1166)
	at java.desktop/java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:1023)
	at java.desktop/java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:849)
	at com.intellij.ide.IdeKeyboardFocusManager.lambda$dispatchEvent$0(IdeKeyboardFocusManager.java:48)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:105)
	at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:604)
	at com.intellij.ide.IdeKeyboardFocusManager.dispatchEvent(IdeKeyboardFocusManager.java:48)
	at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4903)
	at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324)
	at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2802)
	at java.desktop/java.awt.Component.dispatchEvent(Component.java:4854)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:781)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:730)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:724)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97)
	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:754)
	at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:752)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:751)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:898)
	at com.intellij.ide.IdeEventQueue.dispatchKeyEvent(IdeEventQueue.java:807)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:740)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:439)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:791)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:438)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113)
	at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:604)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:436)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:881)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:484)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
IntelliJ IDEA 2022.2
Build #IU-222.3345.118, built on July 26, 2022
Ideavim-Quickscope 1.0.1

Show highlights before f/t pressed

The plugin works well but for me it doesn't save any time as you only see the highlighted letters after you press f or t

The vim quick-scope plugin highlights the letters on the line the cursor is on regardless of if f and t have been pressed, is it possible to do the same?

VIM - Index out of range

Sometimes ideavim-quickscope breaks when hitting f. For example, in a file with the following content:

FROM ghcr.io/gis-ops/docker-valhalla/valhalla:3.2.0

COPY setup_and_run.sh /valhalla/scripts/
RUN sudo chown valhalla:valhalla /custom_files

ENTRYPOINT /valhalla/scripts/setup_and_run.sh

Hitting f on the last ENTRYPOINT row results in VIM - Index out of range: 188, length: 188. It doesn't matter which column the cursor is on, i.e. it can be on the first E or the last h on that line.

When this happens, I get the following in idea.log:

2022-11-02 09:35:02,939 [1784212]   WARN - #j.l.Class - Caught exception during call com.joshestein.ideavimquickscope.IdeaVimQuickscopeExtension.QuickscopeHandler
Index out of range: 186; length: 186
2022-11-02 09:35:04,550 [1785823]   WARN - #j.l.Class - Caught exception during call com.joshestein.ideavimquickscope.IdeaVimQuickscopeExtension.QuickscopeHandler
Index out of range: 186; length: 186
2022-11-02 09:35:07,713 [1788986]   INFO - #j.l.Class - Execute visual command Command(rawCount=0, action=com.maddyhome.idea.vim.action.change.change.ChangeVisualAction@269c0bea, type=CHANGE, flags=[FLAG_EXIT_VISUAL, FLAG_MULTIKEY_UNDO])
2022-11-02 09:35:11,581 [1792854]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting
2022-11-02 09:35:26,419 [1807692]   INFO - #g.c.GitHandler - [valhalla-mapmatching] git -c credential.helper= -c core.quotepath=false -c log.showSignature=false fetch origin --recurse-submodules=no --progress --prune
2022-11-02 09:36:06,130 [1847403]   WARN - #c.i.o.o.e.ConfigurableCardPanel - auto-dispose 'Plugins' id=preferences.pluginManager
2022-11-02 09:36:26,482 [1867755]   WARN - #c.i.o.o.e.ConfigurableExtensionPointUtil - ignore deprecated groupId: language for id: preferences.language.Kotlin.scripting
2022-11-02 09:37:13,376 [1914649]   WARN - #j.l.Class - Caught exception during call com.joshestein.ideavimquickscope.IdeaVimQuickscopeExtension.QuickscopeHandler
Index out of range: 188; length: 188
2022-11-02 09:37:15,158 [1916431]   WARN - c.m.i.v.g.SearchGroup - No range is found
2022-11-02 09:37:17,586 [1918859]   WARN - #j.l.Class - Caught exception during call com.joshestein.ideavimquickscope.IdeaVimQuickscopeExtension.QuickscopeHandler
Index out of range: 188; length: 188
2022-11-02 09:37:20,124 [1921397]   WARN - #j.l.Class - Caught exception during call com.joshestein.ideavimquickscope.IdeaVimQuickscopeExtension.QuickscopeHandler
Index out of range: 188; length: 188
2022-11-02 09:37:23,610 [1924883]   WARN - #j.l.Class - Caught exception during call com.joshestein.ideavimquickscope.IdeaVimQuickscopeExtension.QuickscopeHandler
Index out of range: 188; length: 188
2022-11-02 09:37:30,300 [1931573]   WARN - #j.l.Class - Caught exception during call com.joshestein.ideavimquickscope.IdeaVimQuickscopeExtension.QuickscopeHandler
Index out of range: 188; length: 188

After the error happens, the highlights don't go away, and usually the f command no longer works (it's basically ignored so fa results in same behaviour as a) until restarting. The same thing happens with t, but F and T still work normally.

I'm on the following versions:

IntelliJ IDEA 2022.2.3 (Ultimate Edition)
Build #IU-222.4345.14, built on October 5, 2022
IdeaVIM (1.11.1)
com.joshestein.ideavim-quickscope (1.0.2)

Highlights don't show right after exiting Insert mode

When I type something in Insert mode (which hides the highlights) and press Esc to go back to Normal mode, the highlights don't show until another cursor movement. Which means that you cannot see the highlights to quickly f/F/t/T right after typing in Insert mode.

Is `g:qs_accepted_chars` configurable?

Hi ๐Ÿ‘‹, thank you for porting this to Intellij, it looks great!

I was wondering if the g:qs_accepted_chars option that exists within the original quicksope plugin is configurable in this port.

Feature request: change foreground not background colour

Thanks again for this plugin ๐Ÿ‘๐Ÿผ

Would be cool if the highlight changed the text colour rather than background. Why? Its less intrusive and easier to read imo

Current behaviour:
Screenshot 2022-11-22 at 11 44 34

Suggestion (this is quick-scope in nvim):
Screenshot 2022-11-22 at 11 45 00

Don't highlight during insert.

Is it possible to disable the highlighting effect during insert mode? As this mode doesn't allow the usage of f/t anway, and it's kind of distracting that the letters keep changing colours as i write.

IDE Internal Errors java.lang.IndexOutOfBoundsException: Index (547) is greater than list size (36)

When open VCS changes diff ui, IDE Internal Errors appeared,
idea version:
IntelliJ IDEA 2023.1.4 (Ultimate Edition)
Build #IU-231.9225.16, built on July 12, 2023
Runtime version: 17.0.7+10-b829.16 aarch64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 12.6.7
GC: G1 Young Generation, G1 Old Generation
Memory: 3072M
Cores: 8
Metal Rendering is ON
Registry:
documentation.show.toolbar=true
ide.allow.merge.buttons=false
terminal.use.conpty.on.windows=false
debugger.valueTooltipAutoShowOnSelection=true

Non-Bundled Plugins:
IdeaVIM (2.3.0)
IdeaVimExtension (1.6.11)
org.jetbrains.IdeaVim-EasyMotion (1.10)
com.joshestein.ideavim-quickscope (1.0.11)
.... and so on .....
Kotlin: 231-1.9.0-release-358-IJ8770.65

java.lang.IndexOutOfBoundsException: Index (547) is greater than list size (36)
at it.unimi.dsi.fastutil.ints.AbstractIntList.ensureIndex(AbstractIntList.java:53)
at it.unimi.dsi.fastutil.ints.IntArrayList.addAll(IntArrayList.java:725)
at com.intellij.openapi.editor.impl.view.EditorSizeManager.doInvalidateRange(EditorSizeManager.java:522)
at com.intellij.openapi.editor.impl.view.EditorSizeManager.invalidateRange(EditorSizeManager.java:493)
at com.intellij.openapi.editor.impl.view.EditorView.invalidateRange(EditorView.java:371)
at com.intellij.openapi.editor.impl.EditorImpl.onHighlighterChanged(EditorImpl.java:637)
at com.intellij.openapi.editor.impl.EditorImpl$1.beforeRemoved(EditorImpl.java:392)
at com.intellij.openapi.editor.impl.MarkupModelImpl.fireBeforeRemoved(MarkupModelImpl.java:284)
at com.intellij.openapi.editor.impl.RangeHighlighterTree.fireBeforeRemoved(RangeHighlighterTree.java:135)
at com.intellij.openapi.editor.impl.RangeHighlighterTree.fireBeforeRemoved(RangeHighlighterTree.java:13)
at com.intellij.openapi.editor.impl.IntervalTreeImpl.beforeRemove(IntervalTreeImpl.java:1333)
at com.intellij.openapi.editor.impl.IntervalTreeImpl.removeInterval(IntervalTreeImpl.java:973)
at com.intellij.openapi.editor.impl.MarkupModelImpl.removeHighlighter(MarkupModelImpl.java:221)
at com.joshestein.ideavimquickscope.Highlighter.removeHighlights(Highlighter.kt:85)
at com.joshestein.ideavimquickscope.Highlighter.updateEditor(Highlighter.kt:21)
at com.joshestein.ideavimquickscope.Listener.caretPositionChanged(IdeaVimQuickscopeExtension.kt:36)
at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.intellij.util.EventDispatcher.dispatchVoidMethod(EventDispatcher.java:120)
at com.intellij.util.EventDispatcher.lambda$createMulticaster$1(EventDispatcher.java:85)
at jdk.proxy1/jdk.proxy1.$Proxy114.caretPositionChanged(Unknown Source)
at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at com.intellij.util.EventDispatcher.dispatchVoidMethod(EventDispatcher.java:120)
at com.intellij.util.EventDispatcher.lambda$createMulticaster$1(EventDispatcher.java:85)
at jdk.proxy1/jdk.proxy1.$Proxy114.caretPositionChanged(Unknown Source)
at com.intellij.openapi.editor.impl.CaretModelImpl.fireCaretPositionChanged(CaretModelImpl.java:543)
at com.intellij.openapi.editor.impl.CaretImpl.doMoveToLogicalPosition(CaretImpl.java:461)
at com.intellij.openapi.editor.impl.CaretImpl.moveToLogicalPosition(CaretImpl.java:606)
at com.intellij.openapi.editor.impl.CaretImpl.lambda$moveToLogicalPosition$2(CaretImpl.java:318)
at com.intellij.openapi.editor.impl.CaretModelImpl.doWithCaretMerging(CaretModelImpl.java:419)
at com.intellij.openapi.editor.impl.CaretImpl.moveToLogicalPosition(CaretImpl.java:318)
at com.intellij.openapi.editor.CaretModel.moveToLogicalPosition(CaretModel.java:59)
at com.intellij.diff.tools.fragmented.UnifiedDiffViewer$MyInitialScrollHelper.doScrollToPosition(UnifiedDiffViewer.java:1149)
at com.intellij.diff.tools.util.base.InitialScrollPositionSupport$TwosideInitialScrollHelper.onRediff(InitialScrollPositionSupport.java:129)
at com.intellij.diff.tools.fragmented.UnifiedDiffViewer.lambda$apply$7(UnifiedDiffViewer.java:472)
at com.intellij.diff.tools.util.base.DiffViewerBase.lambda$rediff$1(DiffViewerBase.java:167)
at com.intellij.openapi.progress.util.BackgroundTaskUtil.finish(BackgroundTaskUtil.java:110)
at com.intellij.openapi.progress.util.BackgroundTaskUtil.executeAndTryWait(BackgroundTaskUtil.java:98)
at com.intellij.diff.util.DiffTaskQueue.executeAndTryWait(DiffTaskQueue.java:47)
at com.intellij.diff.tools.util.base.DiffViewerBase.rediff(DiffViewerBase.java:163)
at com.intellij.diff.tools.util.base.DiffViewerBase$1.showNotify(DiffViewerBase.java:89)
at com.intellij.util.ui.update.UiNotifyConnector.showNotify(UiNotifyConnector.java:84)
at com.intellij.util.ui.update.UiNotifyConnector.(UiNotifyConnector.java:29)
at com.intellij.diff.tools.util.base.DiffViewerBase.init(DiffViewerBase.java:84)
at com.intellij.diff.impl.DiffRequestProcessor$DefaultState.init(DiffRequestProcessor.java:1502)
at com.intellij.diff.impl.DiffRequestProcessor.lambda$doApplyRequest$4(DiffRequestProcessor.java:411)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeNonCancelableSection$3(CoreProgressManager.java:222)
at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:679)
at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:635)
at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$computeInNonCancelableSection$4(CoreProgressManager.java:230)
at com.intellij.openapi.progress.Cancellation.computeInNonCancelableSection(Cancellation.java:99)
at com.intellij.openapi.progress.impl.CoreProgressManager.computeInNonCancelableSection(CoreProgressManager.java:230)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeNonCancelableSection(CoreProgressManager.java:221)
at com.intellij.diff.impl.DiffRequestProcessor.lambda$doApplyRequest$5(DiffRequestProcessor.java:403)
at com.intellij.diff.util.DiffUtil.runPreservingFocus(DiffUtil.java:815)
at com.intellij.diff.impl.DiffRequestProcessor.doApplyRequest(DiffRequestProcessor.java:391)
at com.intellij.diff.impl.DiffRequestProcessor.lambda$applyRequest$3(DiffRequestProcessor.java:373)
at com.intellij.openapi.wm.impl.FocusManagerImpl.lambda$doWhenFocusSettlesDown$3(FocusManagerImpl.java:172)
at com.intellij.util.ui.EdtInvocationManager.invokeLaterIfNeeded(EdtInvocationManager.java:33)
at com.intellij.ide.IdeEventQueue.ifFocusEventsInTheQueue(IdeEventQueue.kt:187)
at com.intellij.ide.IdeEventQueue.executeWhenAllFocusEventsLeftTheQueue(IdeEventQueue.kt:153)
at com.intellij.openapi.wm.impl.FocusManagerImpl.doWhenFocusSettlesDown(FocusManagerImpl.java:168)
at com.intellij.diff.impl.DiffRequestProcessor.applyRequest(DiffRequestProcessor.java:381)
at com.intellij.diff.impl.DiffRequestProcessor.applyRequest(DiffRequestProcessor.java:360)
at com.intellij.diff.impl.CacheDiffRequestProcessor.finishUpdate(CacheDiffRequestProcessor.java:156)
at com.intellij.diff.impl.CacheDiffRequestProcessor.updateRequest(CacheDiffRequestProcessor.java:113)
at com.intellij.diff.impl.CacheDiffRequestProcessor.updateRequest(CacheDiffRequestProcessor.java:95)
at com.intellij.diff.impl.DiffRequestProcessor.updateRequest(DiffRequestProcessor.java:243)
at com.intellij.diff.impl.DiffRequestProcessor.updateRequest(DiffRequestProcessor.java:238)
at com.intellij.openapi.vcs.changes.ChangeViewDiffRequestProcessor.setCurrentChange(ChangeViewDiffRequestProcessor.java:230)
at com.intellij.openapi.vcs.changes.ChangeViewDiffRequestProcessor.refresh(ChangeViewDiffRequestProcessor.java:211)
at com.intellij.openapi.vcs.changes.PreviewDiffSplitterComponent.updatePreview(PreviewDiffSplitterComponent.kt:18)
at com.intellij.openapi.vcs.changes.ChangesViewManager$ChangesViewToolWindowPanel.lambda$installSplitterPreview$8(ChangesViewManager.java:573)
at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:209)
at com.intellij.openapi.application.TransactionGuardImpl.access$100(TransactionGuardImpl.java:21)
at com.intellij.openapi.application.TransactionGuardImpl$1.run(TransactionGuardImpl.java:191)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:829)
at com.intellij.openapi.application.impl.ApplicationImpl$3.run(ApplicationImpl.java:454)
at com.intellij.openapi.application.impl.FlushQueue.doRun(FlushQueue.java:79)
at com.intellij.openapi.application.impl.FlushQueue.runNextEvent(FlushQueue.java:122)
at com.intellij.openapi.application.impl.FlushQueue.flushNow(FlushQueue.java:41)
at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:788)
at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:739)
at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:731)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:758)
at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.kt:667)
at com.intellij.ide.IdeEventQueue._dispatchEvent$lambda$7(IdeEventQueue.kt:571)
at com.intellij.openapi.application.impl.ApplicationImpl.withoutImplicitRead(ApplicationImpl.java:1444)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:571)
at com.intellij.ide.IdeEventQueue.access$_dispatchEvent(IdeEventQueue.kt:68)
at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.compute(IdeEventQueue.kt:349)
at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.compute(IdeEventQueue.kt:348)
at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:787)
at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1.invoke(IdeEventQueue.kt:348)
at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1.invoke(IdeEventQueue.kt:343)
at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$1(IdeEventQueue.kt:995)
at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:105)
at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:995)
at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$4(IdeEventQueue.kt:343)
at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:829)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:385)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.