Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Plugin Document Model class hierarchy
Plugin Document Model class hierarchy [message #318129] Sat, 21 July 2007 18:09
Eclipse UserFriend
Hello,

I'm trying to implement something very similar to the PDE manifest
editor - a form based editor with multiple underlying (XML) resources.
To that end, I've been investigating the platform's manifest editor
source, and I have a few questions.

There seem to be 2 implementation hierarchies - one is in
org.eclipse.pde.internal.core.plugin, the second one in
o.e.p.i.text.plugin. I assume the IDocumentNode based model is current?
Why was the change made - was it for performance reasons? The old editor
seems to be based around the w3c dom, the new one rolls its own dom...

Both of these hierarchies are in an internal package, is there any way
to access that functionality (+ stuff like the *InputContext and the
MultiSourceEditor) using public apis?

Thanks for your time,
Kim Sullivan
Previous Topic:PDE does not recognize fragments
Next Topic:projectNatureImages extension not working
Goto Forum:
  


Current Time: Mon Jun 09 05:05:33 EDT 2025

Powered by FUDForum. Page generated in 0.02373 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top