Using Refactorings

Refactoring actions are available as popup menu items on the main form of CodeWrench.

Load and parse a project in CodeWrench, then right-click in the project tree view to select a refactoring action

Using Refactorings

When a refactoring action is performed, a new folder is created in the project's folder, named "Generated".  Additional folders will be created in the "Generated" subfolder, and named to match existing folders of the project.  When the refactoring is finished, CodeWrench will launch the newly created project folder in Windows Explorer.  Alternatively, you may specify a folder differences viewer application in the refactorings options area, and CodeWrench will launch this application instead of opening the folder in Explorer.  CodeWrench has been tested to work with Beyond Compare and WinMerge.

Back: Tutorials