MATLAB: Is Matlab working on speeding up the editor with large .m files

editorslow

I find it very convenient to code using nested functions and code folding. Unfortunately, the current editor gets too bogged down when parsing this file for all the features in Mtree. This causes me to split out the functions into separate files, which makes it more difficult to debug and version control. If the parsing can't be sped up, could you make it manual? So we could take it off automatic and press an update button when we are done updating the code in a large file.
Thanks,

Best Answer

Matt, See this thread:
The suggestion to use exit, helps a fair amount.