You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle the case when application has no focus in ApplicationPartService
Currently when the application has no focus there is also no active
window child and in this case several actions still fail even though a
part is available for perform actions.
This now handles the case of an application without focus with an empty
optional to allow fall back to the part context. If that context has
still no suitable part service implementation as a last resort the
containing window context is used.
Copy file name to clipboardExpand all lines: bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/ApplicationPartServiceImpl.java
0 commit comments