Strange one, this.
Using the Eclipse 0.8 plugin, the syntax coloring seems to just give up half way through when opening long files (a test file I have is c. 4000 lines of code / 200 kilobytes). I can jump to the end of the file and it is completely uncolored, and this never seems to change, not matter how long I sit and stare at the screen (okay, I admit, I gave up after several minutes).
If I then close Eclipse and restart it the entire file is successfully colored (!) so there is a workaround, but it isn't an ideal way to work. This is why I think this is performance related, assuming the coloring results are cached betwen sessions.
Logged In: YES
user_id=313042
Originator: NO
Yep, thats a known issue, comes from colorer trying to be asynchronous and from flexibly supported code folding.
Will be fixed definitely, thanks.
Logged In: NO
Thanks Igor.
Is there a workaround for now, like disabling folding for example?