Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SyntaxColoring.AutoCompleteCustomFunctionsParameters.SetEnabled
Sets whether auto complete is activated for custom functions window with parameters.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 15.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SyntaxColoring.AutoCompleteCustomFunctionsParameters.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 with parameters.Default is disabled.
Examples
Enable auto complete for custom functions:
Set Variable [ $r ; Value: MBS("SyntaxColoring.AutoCompleteCustomFunctions.SetEnabled"; 1) ]
Set Variable [ $r ; Value: MBS("SyntaxColoring.AutoCompleteCustomFunctionsParameters.SetEnabled"; 1) ]
See also
- SyntaxColoring.AutoCompleteCustomFunctions.GetEnabled
- SyntaxColoring.AutoCompleteCustomFunctions.SetEnabled
- SyntaxColoring.AutoCompleteCustomFunctionsParameters.GetEnabled
Release notes
- Version 15.1
Blog Entries
This function is free to use.
Created 24th February 2025, last changed 24th February 2025
SyntaxColoring.AutoCompleteCustomFunctionsParameters.GetEnabled - SyntaxColoring.AutoCompleteFunctions.GetEnabled
