Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-ui-dev] two page editor

Thanks Dejan,
i have just created a new plug-in project using PDE 'New Plug-in Project'
wizard and choosed 'Plug-in with a multi-page editor' template from the
list. I used it as a starting point.
I'd like to understand if there is a standard procedure to create a page
with editable text field that changes the xml page and viceversa. If it is
not the case, do we need to create the page from scratches?
Thank you in advance.
Kind regards,
Daniele.

-----Messaggio originale-----
Da: pde-ui-dev-admin@xxxxxxxxxxx
[mailto:pde-ui-dev-admin@xxxxxxxxxxx]Per conto di Dejan Glozic
Inviato: lunedi 17 marzo 2003 18.15
A: pde-ui-dev@xxxxxxxxxxx
Oggetto: Re: [pde-ui-dev] two page editor


Daniele,

Platform UI has a 'MultiPageEditor' part that is designed so that you can
use two single-page editor parts and combine them in one editor.

You can use PDE extension template for a sample multi-page editor as a
starting point. If you already have a plug-in, add a new extension in PDE
manifest editor by switching to 'Extensions', press 'Add', button, and
choose 'Multi-Page Editor' from 'Extension Templates' category.

If you don't have a plug-in yet, create a new plug-in project using PDE
'New Plug-in Project' wizard and choose 'Plug-in with a multi-page editor'
template from the list.

Regards,

Dejan Glozic, Ph.D.
Manager, Eclipse Platform Components
D2/MY7/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4854




                      "Daniele
                      Cavaliere"               To:
<pde-ui-dev@xxxxxxxxxxx>
                      <danycavaliere@ya        cc:
                      hoo.it>                  Subject:  [pde-ui-dev] two
page editor
                      Sent by:
                      pde-ui-dev-admin@
                      eclipse.org


                      03/17/2003 12:09
                      PM
                      Please respond to
                      pde-ui-dev





Hi all,
i want to write a two page editor for a certain kind of xml file, the
presentation type of the editor is a lot like the manifest plugin editor of
the PDE.
One page is xml source editor. The other page is formed with editable text
field.
If  one page changes the other one is also changed.
Can anybody give me a clue on how to procede? Which are the main steps of
the procedure?
Thanks, Daniele.


_______________________________________________
pde-ui-dev mailing list
pde-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/pde-ui-dev

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com


Back to the top