Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] C Refactoring Files/Mechanism

The best starting place would be subclasses of CRefactoring which give the refactorings we have. It’s pretty cool how these work using the AST to create TextEdit’s which perform the code changes.

 

HTH, Doug.

 

From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Amr El-Rouby
Sent: Thursday, September 7, 2017 5:10 AM
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] C Refactoring Files/Mechanism

 

Hi all,

 

I need to understand how Eclipse is handling C refactoring features are working such as variable rename, function rename, .... etc.

What are the main files responsible for this refactoring feature in C and if possible how it is working ?

 

Best regards,

Amr


Back to the top