Code folding working. Preprocessor folding enabled.

This commit is contained in:
Scott Duensing 2023-01-29 16:23:39 -06:00
parent db6f9d35c9
commit 51b87b55be

View file

@ -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