Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pde-ui-dev] PDE Editors

I see. Well, I don't know if we need to put this into the platform. I'm
going to develop something similar to PDE. The target aren't plug-ins,
but cartridges (projects). There is also a cartridge descriptor (like
the plugin.xml). There are dependencies and I want to introduce a PDE
like build support. Sounds like it's easier to extract something like a
general project/component tooling support out of PDE. Mhm... 



-----Original Message-----
From: pde-ui-dev-bounces@xxxxxxxxxxx
[mailto:pde-ui-dev-bounces@xxxxxxxxxxx] On Behalf Of Wassim Melhem
Sent: Thursday, May 19, 2005 12:39 PM
To: Eclipse PDE UI developers list.
Subject: RE: [pde-ui-dev] PDE Editors

>- generic/abstract parts and sections(i.e., 
>org.eclipse.pde.internal.ui.parts and corresponding sections)

We already have a request for this one:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=86730

> support for multiple sources (MultiSourceEditor, InputContext etc.) 
> the generic editing model and it's integration into pages and sections

I'm not too hopeful about this one.
The concept of InputContext and multiple files open with the same editor
is certainly useful.
However, as generic as the editing models may seem, everything is
currently tied closely to specific PDE models.
It will take a huge effort to come up with a generic model/framework
that will be suitable and useful for every user on earth to use.

Plus, by definition, PDE is in the business of plug-in tooling, and it's
not the right component to start contributing editing models to the
platform.

Wassim.



Back to the top