Hello, I've encountered a few issue upon loading a file into the syntax editor. The main issue is the out of memory exception being thrown when using the LoadFile method of the EditorDocument.
The files that I'm trying to load are around 150MB+. So here are my two questions:
1. Is there a way to avoid this exception?
2. Is there some functionalities that I could disable to enable plain text in the syntax editor? Which one would you suggest?
Thanks in advance!
Frederic Gregoire.