Community
Participate
Working Groups
If you put breakpoints in your current editor and you start a debug session, you'll often get another editor opened instead of having the one you have active "reused".
Fixed in CVS HEAD. The editor management code might still be a little iffy but the root cause of the problem has been corrected. While the editor matching code was correct, we were not returning the proper ids for editors in the implementation of IWorkbenchPartDescriptor's getId() method.