Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » IMemento interface part of ui, how about making it part of core.resource
IMemento interface part of ui, how about making it part of core.resource [message #98988] Thu, 24 July 2003 02:29 Go to next message
Eclipse UserFriend
The IMemento interface and it's impl XMLMemento are part of
org.eclipse.ui.workbench. I see only references from ui packages to the
interface, so there have been good reasons to put it into ui.
But wouldn't it also make sense to put it into org.eclipse.core.resources
to make it available to other core plugins that don't need other ui stuff
but need to easily write back any data as xml using the mememto mechanism.
Currently they have to implement their own DocumentBuilder stuff.
What do you think?
Re: IMemento interface part of ui, how about making it part of core.resource [message #101699 is a reply to message #98988] Mon, 28 July 2003 13:45 Go to previous message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

There is a plan item for 3.0 to make significant changes to the
preference mechanism in core. I suggest you add this idea as a comment
on the plan item bug report:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=36965

Currently non-UI components just write XML directly and parse XML using
the SAX APIs in xerces.
--


Uwe Voigt wrote:
> The IMemento interface and it's impl XMLMemento are part of
> org.eclipse.ui.workbench. I see only references from ui packages to the
> interface, so there have been good reasons to put it into ui.
> But wouldn't it also make sense to put it into org.eclipse.core.resources
> to make it available to other core plugins that don't need other ui stuff
> but need to easily write back any data as xml using the mememto mechanism.
> Currently they have to implement their own DocumentBuilder stuff.
> What do you think?
>
>
Previous Topic:Shared Images
Next Topic:How to turn off synchronize Package Explorer with editor selection
Goto Forum:
  


Current Time: Thu Jul 17 20:42:31 EDT 2025

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

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

Back to the top