Slick V3.3 manual C/C++ Formatting Options Other Tab

Models: V3.3

1 568
Download 568 pages 2.03 Kb
Page 258
Image 258

C/C++ Formatting Options

lows:

myLongMethodName(firstarg,

secondarg, thirdarg );

myLongMethodName(

firstarg,

secondarg,

thirdarg,

);

No space before paren - Determines whether a space is placed between a keyword such as if, for, or while and the open paren when syntax expansion occurs. Example: (if( or if ().

Insert padding between parens - When checked, a space is placed after the open paren, and before the close paren, providing padding for the enclosed text. For example, if () becomes if ( ).

Pointer style - Specify the pointer style you wish to use.

Other Tab

Figure 7.5. C/C++ Formatting Options: Other Tab

236

Page 258
Image 258
Slick V3.3 manual C/C++ Formatting Options Other Tab