eclipse / tm4e

TextMate support in Eclipse IDE
https://projects.eclipse.org/projects/technology.tm4e
Eclipse Public License 2.0
89 stars 56 forks source link

feat: only show the "Source" menu for GenericEditors #790

Closed sebthom closed 2 weeks ago

sebthom commented 2 weeks ago

This avoids displaying multiple "Source" menus, e.g. in case the a Java file is opened via the JDT UI plugin which contributes it's own "Source" menu.

image