I am developing an eclipse plugin in which when files with the extension ".cert" should be associated with a certain kind of editor, the implementation of which is in RateBuilderEditor.java? I think I should mention this in plugin.xml? How do I achieve this? How to write this ExtensionPoint?
source
share