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

Assertion Error 139 #174

Closed huebs closed 7 years ago

huebs commented 7 years ago

The CodeGlace view renders blank and the following error is thrown:

Error Message: 139

Details:

139
java.lang.AssertionError: 139
    at com.intellij.openapi.editor.impl.IntervalTreeImpl$IntervalNode.computeDeltaUpToRoot(IntervalTreeImpl.java:225)
    at com.intellij.openapi.editor.impl.RangeMarkerImpl.getStartOffset(RangeMarkerImpl.java:86)
    at net.vektah.codeglance.render.Minimap.isFolded(Minimap.kt:199)
    at net.vektah.codeglance.render.Minimap.updateDimensions(Minimap.kt:68)
    at net.vektah.codeglance.render.Minimap.update(Minimap.kt:213)
    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)
vektah commented 7 years ago

dupe of https://github.com/Vektah/CodeGlance/issues/171