Slick EDIT V3.3 User Manual

Page 257

Advertising
background image

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-

C/C++ Formatting Options

235

Advertising