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
Currently CompatibilityEditor.createPart(WorkbenchPartReference) eagerly
fetches the input just to then check if it is actually needed.
This now pulls out the check for MultiEditor out to only fetch the input
if there is a demand for it.
Copy file name to clipboardExpand all lines: bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/e4/compatibility/CompatibilityEditor.java
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,11 @@ public class CompatibilityEditor extends CompatibilityPart {
0 commit comments