You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
// preference key strings are here for now since they are not used in any UI
15
+
ENABLE_CODE_FOLDING="Enable code folding",
16
+
MIN_FOLD_SIZE="Minimum fold size",
17
+
MIN_FOLD_SIZE_HELP="Minimum number of lines to allow in a foldable range",
18
+
SAVE_FOLD_STATES="Save fold states",
19
+
SAVE_FOLD_STATES_HELP="Save fold states to disk when editor is closed and restore the folds when reopened",
20
+
ALWAYS_USE_INDENT_FOLD="Always use indent fold",
21
+
ALWAYS_USE_INDENT_FOLD_HELP="Fall back to using level of indentation as a folding guideline if no range finder is found for the current mode.",
22
+
FADE_FOLD_BUTTONS="Fade fold buttons",
23
+
FADE_FOLD_BUTTONS_HELP="Hides the fold buttons unless the mouse is over the gutter",
24
+
MAX_FOLD_LEVEL="Max fold level",
25
+
MAX_FOLD_LEVEL_HELP="Used to limit the number of nested folds to find and collapse when View -> Collapse All is called or Alt is held down when collapsing. Should improve performance for large files.";
0 commit comments