Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-ui-dev] customize the org.eclipse.ui.newWizard extension point


Hi Pit,
you'd best ask on the Platform newsgroup (see http://www.eclipse.org/newsgroups), which as well as other newsgroups, is targeted at the users of Eclipse platform - developers.
This list is intended for PDE developers.

My first idea would be to press Ctrl+Shift+F1 on the first wizard page to identify which class implements it and then get it's source code and see how it can be changed if at all..


Jacek Pospychala                                                
Technical Support Engineer                                      
Eclipse Support Center                                          
IBM Software Group



From: pitaeva <anna.pitaev@xxxxxxxxxx>
To: pde-ui-dev@xxxxxxxxxxx
Date: 2009-06-03 15:08
Subject: [pde-ui-dev] customize the org.eclipse.ui.newWizard extension point






Dear all,

I am using the org.eclipse.ui.newWizard extension point in my project and
need to do some changes on its first page (which displays a tree with the
different wizard categories):
1.  by changing of the page title/description
2.  by adding an invocation of the SelectionService to get the selection
parameters from the last active  vew.

What is the best way to do that?

Many thanks in advance,

pit
--
View this message in context:
http://www.nabble.com/customize-the-org.eclipse.ui.newWizard-extension-point-tp23851069p23851069.html
Sent from the Eclipse PDE - UI mailing list archive at Nabble.com.

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



Back to the top