Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SyntaxColoring.SetCodeFoldingEnabled
Sets whether to enable code folding.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 14.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SyntaxColoring.SetCodeFoldingEnabled"; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Value | Pass 1 to enable or 0 to disable. | 1 |
Result
Returns OK or error.
Description
Sets whether to enable code folding.See also
Release notes
- Version 14.0
- Added SyntaxColoring.GetCodeFoldingEnabled and SyntaxColoring.SetCodeFoldingEnabled function.
Blog Entries
This function is free to use.
Created 16th November 2023, last changed 16th November 2023
SyntaxColoring.SetAddFindbars - SyntaxColoring.SetCustomFunctionToolsEnabled