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
Copy file name to clipboardExpand all lines: bundles/org.eclipse.e4.ui.workbench.renderers.swt.cocoa/src/org/eclipse/e4/ui/workbench/renderers/swt/cocoa/ArrangeWindowHandler.java
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,13 @@ public boolean canExecute(@Optional Display display) {
44
44
}
45
45
returnisEnabled;
46
46
}
47
-
47
+
/**
48
+
* Utilizes the {@code NSApplication} to access the application instance and
49
+
* invokes {@code arrangeInFront} to prioritize its window on the desktop <br>
50
+
*
51
+
* Note : This method is designed for MacOS applications using Cocoa framework
0 commit comments