Community
Participate
Working Groups
setFocus() is called in line 79 of OpenBreakpointMarkerAction. This is not a method that clients should be calling (as spec'd in the javadoc).
Looks like we should use the IWorkbenchPage.openEditor(...) API that accepts an "activate" boolean parameter instead.
Fixed in HEAD.
Reviewed fix.