Slick V3.3 manual MyLongMethodNamefirstarg Secondarg, thirdarg Firstarg

Models: V3.3

1 568
Download 568 pages 2.03 Kb
Page 257
Image 257

C/C++ Formatting Options

The following options are available:

Indent first level of code - Specifies whether smart indenting should indent the cursor after declara- tions such as functions.

Indent CASE from SWITCH - When checked, template editing places the case statement indented from the switch statement column.

Use continuation indent on function parameters - Determines whether function parameters should always use the continuation indent.

By default, we format multi-line function parameters as follows:

myLongMethodName(firstarg,

secondarg, thirdarg );

myLongMethodName(

firstarg,

secondarg, thirdarg );

If Always use continuation indent on function parameters is selected, the format will change as fol-

235

Page 257
Image 257
Slick V3.3 manual MyLongMethodNamefirstarg Secondarg, thirdarg Firstarg