Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SyntaxColoring.AutoCompleteCustomFunctions.SetEnabled

Sets whether auto complete is activated for custom functions window.

Component Version macOS Windows Linux Server iOS SDK
SyntaxColoring 15.0 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "SyntaxColoring.AutoCompleteCustomFunctions.SetEnabled"; Value )   More

Parameters

Parameter Description Example
Value The new setting.
Pass 1 to enable or 0 to disable.
1

Result

Returns OK or error.

Description

Sets whether auto complete is activated for custom functions window.
Default is enabled.

Examples

Enable auto complete for custom functions:

Set Variable [ $r ; Value: MBS("SyntaxColoring.AutoCompleteCustomFunctions.SetEnabled"; 1) ]

See also

Release notes

Blog Entries

Created 12nd December 2024, last changed 31st December 2024


SyntaxColoring.AutoCompleteCustomFunctions.GetEnabled - SyntaxColoring.AutoCompleteFunctions.GetEnabled