Forum Discussion
You should probably contact support directly about your particular problem:
On a more practical note... almost half a meg worth of script code to parse, update with syntax highlighting, outline, etc... That's a LOT. Have you considered breaking up the contents of the file into multiple files? I know that in the Delphi desktop application that I once was tasked with testing, we had several units of code that were just as large... and the development staff were always working at breaking up the units, refactoring the code because even in the Delphi IDE that was just a LOT of stuff to work with.
One setting you can try and turn off is the outlining (Tools -> Options -> Display)... There's options there for outlining and automatic outlining... see if turning those off improves things any.