Как программно ассоциировать тип файла с редактором?Eclipse RCP: программно ассоциировать тип файла с редактором?
Вот что на Eclipse RCP Java код может делать то, что архивируются с помощью следующего пользовательского интерфейса взаимодействия:
Window -> Preferences
General -> Editors -> File Associations
Add... > File type: *.json
Select *.json file type
Add... (Associated editors) > JavaScript Editor
Make it default
Ralated к Q
https://stackoverflow.com/questions/12429221/eclipse-file-associations-determine-which-editor-in-list-of-associated-editors
Eclipse: associate an editor with a content type
Get associated file extensions for an Eclipse editor
Opening a default editor, on a treeviewer selection eclipse rcp(eg: as eclipse knows that j.java files must be opened in text editor)
eclipse rcp change icon for xml configuration file
Это не мой вопрос, но большое спасибо за ваш ответ. – Chris