From 51b87b55bef9c8d907f0419ac45f6d6fab5c0923 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Sun, 29 Jan 2023 16:23:39 -0600 Subject: [PATCH] Code folding working. Preprocessor folding enabled. --- ui/editor-cpp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/editor-cpp.conf b/ui/editor-cpp.conf index ea3d5d7..79dbcab 100644 --- a/ui/editor-cpp.conf +++ b/ui/editor-cpp.conf @@ -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