vektah / CodeGlance

Intelij IDEA plugin for displaying a code mini-map similar to the one found in Sublime
BSD 2-Clause "Simplified" License
1.06k stars 104 forks source link

Minimap is empty: java.lang.AssertionError: 84 #169

Closed TobseF closed 7 years ago

TobseF commented 7 years ago

After updating to the newest 1.5.1 the minimap is empty and an IDE exception occurs:

java.lang.AssertionError: 84 at com.intellij.openapi.editor.impl.IntervalTreeImpl$IntervalNode.computeDeltaUpToRoot(IntervalTreeImpl.java:221) at com.intellij.openapi.editor.impl.RangeMarkerImpl.getStartOffset(RangeMarkerImpl.java:88) at net.vektah.codeglance.render.Minimap.isFolded(Minimap.kt:199) at net.vektah.codeglance.render.Minimap.update(Minimap.kt:241) at net.vektah.codeglance.GlancePanel$updateImage$1.invoke(GlancePanel.kt:146) at net.vektah.codeglance.GlancePanel$updateImage$1.invoke(GlancePanel.kt:51) at net.vektah.codeglance.render.TaskRunner.run(TaskRunner.kt:46) at java.lang.Thread.run(Thread.java:745)

Platform: Win + IntelliJ Ultimate 2016.3

vektah commented 7 years ago

Dupe of https://github.com/Vektah/CodeGlance/issues/171 (I know this was first but I've already started linking stuff to that one)