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
Make GenericEditor default editor for org.eclipse.core.runtime.text
Make generic editor default for the base `org.eclipse.core.runtime.text`
content type.
This shouldn't be a breaking change, given that with
b3137d1 customers expecting "old
classic" text editor to be opened by default could customize their
products by adding this line in product customization file:
`org.eclipse.ui.workbench/defaultEditorForContentType_org.eclipse.core.runtime.text=org.eclipse.ui.DefaultTextEditor`
Fixes#2527
0 commit comments