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

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.




Back to the top