Araq / nimedit

NimEdit is the new upcoming slim IDE/editor for the Nim programming language. Currently it is hardly usable at all! It's been open sourced in the hope it will speed up its development process.
https://nim-lang.org/nimedit/
MIT License
108 stars 12 forks source link

Text renderer crashes #1

Open Araq opened 7 years ago

Araq commented 7 years ago

Select a large block of code, ensure the cursor is not visible, press tab to indent, crash.

Traceback (most recent call last)
nimedit.nim(1177)        nimedit
nimedit.nim(1142)        mainProc
nimedit.nim(1083)        drawAllWindows
nimedit.nim(1019)        draw
drawbuffer.nim(544)      draw
system.nim(3335)         failedAssertImpl
system.nim(3327)         raiseAssert
system.nim(2527)         sysFatal
Error: unhandled exception: false  [AssertionError]