Quick modify parameter list, Quick replace literal with constant, C++ refactoring – Slick EDIT V3.3 User Manual

Page 222

Advertising
background image

Quick Modify Parameter List

This refactoring allows you to add, delete, and re-order parameters for a selected function. The refactor-
ing will modify the parameter list for the selected function and all of its counterparts within the class hier-
archy. Quick Modify Parameter List is only available for C++, C#, Java, and Slick-C

®

.

Quick Replace Literal with Constant

Replaces the selected literal with a constant, replacing use of the literal with the new constant. Quick Re-
place Literal with Constant is only available for C++, C#, Java, and Slick-C

®

.

C++ Refactoring

You can apply many commonly used refactorings in C++.

Note

C++ Refactoring is not supported for Objective-C or Objective C++. While Objective-C is closely
related to C++, the refactoring engine cannot accommodate the syntactic differences.

C++ Refactoring

200

Advertising