F.5 C/C++
C++ provides one extra page, entitled Formatting:
- Enable automatic Quick Info ToolTips
-
Enables or disables the descriptive tooltip that will appear if you
hover the mouse over a variable or declaration.
- Enter outlining mode on file open
-
Enables outlining in the text editor when a
.cpp, .c, or
.h file is opened. (If you turn this off, you
will not be able to turn outlining back on for individual files.)
- Indent braces
-
Controls indentation of braces. When this is off, braces will be
aligned with their corresponding construct (e.g., a function
declaration or If statement). When this setting is
on, the braces will be indented from the construct and aligned with
the code that they contain.
|