Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] org.eclipse.ui.actionSets




Sven,

the action set code lives in the workbench in  packages
org.eclipse.ui.internal and
org.eclipse.ui.internal.registry. As the names indicate both are non API
packages
so using them might not be a good idea. To "prove" the extensibility of the
refactoring
I would start with two different extensions, one for the refactoring and
one for the
action itself.

Dirk


                                                                           
             "Sven Van Sighem"                                             
             <sven_at_work@adv                                             
             alvas.be>                                                  To 
             Sent by:                  <jdt-ui-dev@xxxxxxxxxxx>            
             jdt-ui-dev-admin@                                          cc 
             eclipse.org                                                   
                                                                   Subject 
                                       [jdt-ui-dev]                        
             02/27/2003 01:50          org.eclipse.ui.actionSets           
             PM                                                            
                                                                           
                                                                           
             Please respond to                                             
             jdt-ui-dev@eclips                                             
                   e.org                                                   
                                                                           
                                                                           




Hello,

For my thesis I am attempting to refactor the refactoring engine so as to
enable the adding of refactorings as a plugin, as described in the 2.2
draft.
The results of this refactoring will of course be posted via this group.
Hopefully
it will be of use for the final implementation.

At the moment the refactorings are already defined as
org.eclipse.ui.actionSets.
This functionality needs to be maintained, but it is undesirable to have to

define a refactoring action both as an actionSet and as the new extension.
Therefore I will need to incorporate the actionSet behaviour in the new
extension point.

The problem is that I cannot find the code where the actionSets are
processed.
Can anyone point me to it?

Sven Van Sighem.
(See attached file: winmail.dat)

Attachment: winmail.dat
Description: Binary data


Back to the top