flutter-code-editor icon indicating copy to clipboard operation
flutter-code-editor copied to clipboard

Speed up the editor without highlighting

Open alexeyinkin opened this issue 2 years ago • 0 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).

alexeyinkin avatar Jun 07 '23 08:06 alexeyinkin