Community
Participate
Working Groups
I'm writing unit tests in another project which simulate debugger views with virtual viewer. But, I've run into a problem trying to reuse ViewerInputService with the virtual viewer because it assumes the viewer to be a JFace tree model viewer. Changing it to use ITreeModelViewer is backward compatible.
Mike, please have a look. http://git.eclipse.org/c/platform/eclipse.platform.debug.git/commit/
(In reply to comment #1) > Mike, please have a look. > > http://git.eclipse.org/c/platform/eclipse.platform.debug.git/commit/ Oops, make that http://git.eclipse.org/c/platform/eclipse.platform.debug.git/commit/?id=ff153112a45c47312d0bea81ca5ef1359064cc22
(In reply to comment #2) > Oops, make that > http://git.eclipse.org/c/platform/eclipse.platform.debug.git/commit/?id=ff153112a45c47312d0bea81ca5ef1359064cc22 That's still the wrong commit :) http://git.eclipse.org/c/platform/eclipse.platform.debug.git/commit/?id=0e2f24f03fd6c3409212625539b3df42755063c7 which looks good.