[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.pde] Recreating plugin.xml editor form

Hey All,

I am looking for a way to create a custom .xml editor that would work like the plugin.xml form editor. It needs just the GUI form editor and the source. I have figured out how to make the source version and have a form, but I was wondering if there was an easy way to connect the two. I have also found the source for the manifest editor, but I can't get it to compile. These import statements don't work:
import org.eclipse.pde.internal.core.text.IDocumentAttribute; import org.eclipse.pde.internal.core.text.IDocumentNode;


which is weird since these do:
import org.eclipse.pde.internal.core.text.IDocumentRange;
import org.eclipse.pde.internal.core.text.IDocumentTextNode;

Any clues about the import statements?

Any tips about how to go about with the custom xml editor (if I should indeed be looking at the manifest editor source or not) ?

Thanks,
Philippe Sabourin