I've been trying to mimic the plugin.xml
editor in my own Eclipse plug-in. I want a graphical editor for a custom file type. The same way in which PDE has a specific form/editor to open plugin.xml
.
From what I understand I can implement a text Editor
and link a file type to open in a particular editor. To add a graphical aspect I can make a Form
.
What I don't understand is how to link this Form
to my custom file type.