Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] move refactoring support



Hi,

up to now the following refactorings are participant aware (meaning they
consider participants,
but it might be that Eclipse itself doesn't provide participants).

- Delete
- Rename, without renaming locals
- Move, for the following elements
  o file & folders when moved via refactoring
  o Java elements down to top level types plus static members

Dirk


                                                                           
             Gleb Sturov                                                   
             <gsturov@xxxxxx.c                                             
             om>                                                        To 
             Sent by:                  jdt-ui-dev@xxxxxxxxxxx              
             jdt-ui-dev-admin@                                          cc 
             eclipse.org                                                   
                                                                   Subject 
                                       [jdt-ui-dev] move refactoring       
             03.05.2004 16:16          support                             
                                                                           
                                                                           
             Please respond to                                             
             jdt-ui-dev@eclips                                             
                   e.org                                                   
                                                                           
                                                                           





Hi!

Is "move refactoring" supported by new Processor/Participant framework?
I can see implementations of renameParticipants, but not moveParticipants
in M8 (at least by searching in plugin.xml files).
If it is not yet implemented, when we can expect it?

thanks
Gleb Sturov



Back to the top