EasyManua.ls Logo

SlickEdit V3.3 - Page 257

Default Icon
568 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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

Table of Contents