akvelon / flutter-code-editor

Flutter Code Editor is a multi-platform code editor supporting syntax highlighting, code blocks folding, autocompletion, read-only code blocks, hiding specific code blocks, themes, and more.

Home Page:https://akvelon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speed up the editor without highlighting

alexeyinkin opened this issue · comments

Without a language, the editor is as slow as with one, but there is no reason for it to be that.

This example hangs for ~20 seconds to me: https://play.beam.apache.org/?path=SDK_GO_DebuggingWordCount&sdk=go
The reason is it puts 4800+ lines of output to the editor (without highlighting).