[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
|
RE: [pde-dev] plugin development api for opening files
|
Divya
It sounds like you want to contribute a new editor for the
plugin.xml file. If that is the case, look at adding an editor via the
editors extension point. The extension point allows you to map
your new editor to the 'plugin.xml' files. You can even specify that
it is the default editor, although I am not sure what happens if there are two
default editors. When in the workbench, you will simply double click the
plugin.xml file to load it in your custom editor.
I hope this helps.
Ed
hi.. i am working on plugin development in eclipse and i am stuck at
a point.. i would like to know what api does eclipse use to open a file... my
application basically needs to open the plugin.xml file upon a mouse click from
a user interface... is it possible to do that and if so how? it would be a great
help if someone could help me out on this...
regards,
divya