Can I change editor associations based on the content type rather than individual file types?
If I go to Window -> Preferences -> General -> Editors -> File Associations
, I see a list of file types based on the file extension.
Clicking on "*.py" for example, the Associated Editors box lists editors that are "locked by 'Python File' content type".
I can see the message at the top that says I can "See 'Content Types' for content-type based associations", but that section of the preferences (General -> Content Types) only shows file extensions associated with the content types, not editors.
Since the hierarchy of content types is organized in a way that most files are under the "Text" content type, one of the things I'd like to do is add gvim as an external editor available for Text/* files rather than go to each file type individually and add the editor.
Thank you.