Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] Renaming projects



Hi James,

the code is provided by the new plug-ins ltk.core.refactoring &
ltk.ui.refactoring.
These two plug-ins allow writing refactorings which can be split into one
processor and 0 .. n participants. The JDT/UI rename project refactorings
makes
use of this by providing a RenameJavaProjectProcessor. The debug plug-in
then
provides a participant to update launch configurations.

Hope that helps

Dirk


                                                                           
             "James Langley"                                               
             <jlangley@altera.                                             
             com>                                                       To 
             Sent by:                  <jdt-ui-dev@xxxxxxxxxxx>            
             jdt-ui-dev-admin@                                          cc 
             eclipse.org                                                   
                                                                   Subject 
                                       [jdt-ui-dev] Renaming projects      
             15.07.2004 11:19                                              
                                                                           
                                                                           
             Please respond to                                             
             jdt-ui-dev@eclips                                             
                   e.org                                                   
                                                                           
                                                                           




Hello,

JDT has a great rename project feature under the refactor context menu
item which offers to update any launch configurations that reference the
project.  I'd like to add a similar feature for CDT but I'm not sure how
the feature is implemented and I can't seem to find the relevant code in
the JDT source.  Can anyone point me in the direction of the code?

Thanks,

James Langley
Senior Software Engineer
Altera European Technology Centre
Holmers Farm Way
High Wycombe
Bucks HP12 4XF
United Kingdon
http://www.altera.com

_______________________________________________
jdt-ui-dev mailing list
jdt-ui-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/jdt-ui-dev




Back to the top