Code folding working. Preprocessor folding enabled.
This commit is contained in:
parent
db6f9d35c9
commit
51b87b55be
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ property string fold.cpp.explicit.start "The string to use for explicit fold sta
|
|||
property string fold.cpp.explicit.end "The string to use for explicit fold end points, replacing the standard //}." "//}"
|
||||
property boolean fold.cpp.explicit.anywhere "Set this property to 1 to enable explicit fold points anywhere, not just in line comments." 0
|
||||
property boolean fold.cpp.preprocessor.at.else "This option enables folding on a preprocessor #else or #endif line of an #if statement." 1
|
||||
property boolean fold.preprocessor "This option enables folding preprocessor directives when using the C++ lexer. Includes C#'s explicit #region and #endregion folding directives." 0
|
||||
property boolean fold.preprocessor "This option enables folding preprocessor directives when using the C++ lexer. Includes C#'s explicit #region and #endregion folding directives." 1
|
||||
property boolean fold.compact "" 0
|
||||
property boolean fold.at.else "This option enables C++ folding on a "} else {" line of an if statement." 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue