Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] About refactoring . . .

Hi Mike,

We currently have simple rename refactoring in the upcoming CDT 2.0. It 
simply uses our search engine to find declarations, definitions, and 
references and does a simple edit to perform the rename. I use the word 
"simple" to keep the expectations low :-)

Over the next release, it is our plan to evolve the refactoring capability 
in the CDT. How far we get will be based on how quickly we can figure this 
stuff out and on how much help we can get from the community. Our hope is 
to be able to move class/struct members around as a start and maybe move 
definitions/declarations from file to file.

If your plan was to do this work in open source (in a CPL-friendly way ;), 
we would certainly welcome your participation in adding this to the CDT 
itself. At the very least, we'd certainly welcome any ideas and feedback 
as we start out down this path.

Cheers,
Doug Schaefer, IBM's Eclipse CDT Architect
Ottawa (Palladium), Ontario, Canada



Mike Counsell <mike.counsell@xxxxxxxxxxxxxxxx> 
Sent by: cdt-dev-admin@xxxxxxxxxxx
06/14/2004 02:42 PM
Please respond to
cdt-dev


To
cdt-dev@xxxxxxxxxxx
cc

Subject
[cdt-dev] About refactoring . . .






Hi,

I'm interested to know the status of C++ refactoring development withing 
CDT. I've been working on a Java impl of C++ refactoring and was 
thinking about writing a plugin for Eclipse but I don't want to reinvent 
the wheel.

Mike
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top