To apply refactoring actions to C++ code, right-click an operand, conditional statement, string, or name to open a context menu. In QML code, click an item ID or name.In the context menu, select Refactoring and then select a refactoring action....
LLVM/Clang 8.0.0 or later (optional, needed for the Clang Code Model, Clang Tools, ClangFormat, Clang PCH Manager and Clang Refactoring plugins, see the section "Get LLVM/Clang for the Clang Code Model". The LLVM C++ API provides no compatibility garantee, so if later versions don't comp...
Fixed tests from a previous refactoring. Guard against 'diff.external' configuration by always calling 'git diff' with the '--no-ext-diff' option. (#67) Respect 'gui.diffcontext' so that cola's diff display shows the correct number of context lines. Raise the GUI so that it is in ...
Refactoring C++ Code You can apply the following types of refactoring actions to C++ code: Change binary operands Simplify if and while conditions (for example, move declarations out of if conditions) Modify strings (for example, set the encoding for a string to Latin-1, mark strings translatabl...