Slick V3.3 manual ++ Refactoring, Quick Modify Parameter List, Quick Replace Literal with Constant

Models: V3.3

1 568
Download 568 pages 2.03 Kb
Page 222
Image 222

C++ Refactoring

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.

200

Page 222
Image 222
Slick V3.3 manual ++ Refactoring, Quick Modify Parameter List, Quick Replace Literal with Constant