mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
We used a small buffer to preprocess a text to insert in text area (add indentation, remove empty code points, compute the next cursor location), but the size of this buffer was sometimes too small and caused a crash. Now we do all the text odification in place in the text area buffer.