by AggieScott » Wed Jul 20, 2005 10:38 pm
To answer my own question, it appears that you can edit the plugin.xml file for the Oxygen Eclipse plug-in such that it recognizes new file types.
To add new file types to the Oxygen XML Editor plug-in,
1) Open the plugin.xml configuration file for the oxygen plug-in.
2) Search for “extensionsâ€, every where you see an extension for “xml†add the new file type(s) you want. If you want to turn on all features for the particular file type there are about 10 locations that will need to be updated.
3) Reload the oxygen plug-in, I imagine there is a nice and easy way to do this but I couldn’t find where it is. The only way I could figure out how to do this is to remove the plug-in, just drag the directory to a new location. Start eclipse and the shutdown eclipse. Then move the plug-in back into the eclipse plug-in directory. When you start eclipse next it will recognize the new extensions.
I wish there was a better way to do this, but until then this way will work.