I have a large Java file (4.8MB). If I insert a new { near the start of this file, the run time for the parser becomes very long (5 minutes or so) - while the parser is running the editor is unusable. Is there some way to prevent this from happening? By parser I mean the code that determines the coloration of the keywords, strings, etc. Thanks!
—
Reply to this email directly or view it on GitHub.