Hello,

I have tried Reindent function on our biggest project and it doesn't compile after that, compiler tells me "Internal error: compiler output message is corrupt".

In our project we have 20 files that have a filesize between 100 KB and 436 KB.
Three of that packages ended up with a lot white space between some lines, so:
First package 190KB -> 5.60MB (brokes compiler)
Second package 144KB -> 19.3MB (brokes compiler)
Third package 104KB -> 3.87MB (doesn't broke compiler)

Regards.