Quote Originally Posted by jephillips34 View Post
I think the folks at eclipse.org may have finally made real progress.

https://bugs.eclipse.org/bugs/show_b...?id=391868#c12

http://git.eclipse.org/c/platform/ec...2975b3351da433

Bogdan's code changes appears to have fixed my problems with long delays switching between xml documents. I looked at the code changes he checked in, and identified two jars affected in this build:
http://www.eclipse.org/downloads/dow...-x86_64.tar.gz

So I swapped in these two jars:
org.eclipse.e4.ui.services_0.10.2.v20121107-162442.jar
org.eclipse.e4.ui.bindings_0.10.2.v20121107-162442.jar

and updated the bundles.info to point to the new jars, and no more waiting!

Thought others might want to know...

John Phillips
Just tested that and seems better when switching to XML editors.
Thanks John.