Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-ui-dev] Question regarding plug-in project templates




The short answer is no.
These extension points, as you know, are marked as internal, and are not
meant for general consumption and use.  And therefore, the code is not
structured in a way to provide such convenience methods for non-PDE
clients.

Having said that, there has been much interest from tthe community to open
up these extension points.

 The bug report is https://bugs.eclipse.org/bugs/show_bug.cgi?id=45682
You could append comments to tell us what you want to see when that request
is addressed.

Wassim Melhem
                                                                            
                                                                            
 (Embedded image moved to file: pic04486.gif)  Wassim Melhem                
 Staff Software Developer, The Eclipse Project                              
 IBM Toronto Laboratory                                                     
 8200 Warden Ave, Markham, ON   L6G 1C7                                     
 Internal Mail: D2/R0Q/8200/MKM  PWA: 343                                   
 Phone: 905-413-2620  T/L: 969-2620  Fax: 905-413-4854                      
 email: wassimm@xxxxxxxxxx                                                  
                                                                            
                                                                            




                                                                           
             Rajeev Sikka                                                  
             <sikkar@xxxxxxxxx                                             
             m>                                                         To 
             Sent by:                  pde-ui-dev@xxxxxxxxxxx              
             pde-ui-dev-admin@                                          cc 
             eclipse.org                                                   
                                                                   Subject 
                                       [pde-ui-dev] Question regarding     
             02/21/2004 09:47          plug-in project templates           
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
                pde-ui-dev                                                 
                                                                           
                                                                           





Hi,

I am on Eclipse 3.0M7.

I am using the 2 PDE extensions - org.eclipse.pde.ui.projectGenerators and
org.eclipse.pde.ui.templates to create my own plug-in project using my own
template (similar to HelloWorld, Multi-page editor, etc.)

In the page before the page that actually allows selection from the list of
available templates there is a text field called 'Class Name:' where the
user specifies the name of the plugin class. Its default value is
'<projectname>.<projectName>Plugin' - which can be changed by the user.

My question is:

In my template file is there a way to access the name of this class?

Thanks,
Rajeev

Attachment: pic04486.gif
Description: GIF image


Back to the top