I have a big project. About over 32000 lines of code spread over 25 files (24 includes and 1 main file).
Since I hit the 30000 mark - inserting a new line becomes very slow. It takes nearly 1 seconds

That's horrible long if you are fast in typing

Everything else runs fine without problems (autocomplete, ...).
I think the IDE checks for procedures, macros, variables, ... after each new line (my thoughts) ... and that's it why it
becomes slow.
Is there a way to speed this up? A workaround?
If not, maybe it can become a feature request -> a checkbox in the settings, not to recheck all code files?!?
My system: Win 7 Prof (x86), Intel Core2 Duo @ 2,94 Ghz, 4 GB RAM, PB 4.51
Greats, Morty