Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Sets whether to do auto completion for calculation dialogs.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 12.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Value | The new setting. Pass 1 to enable or 0 to disable. |
1 |
Returns OK or error.
Enable it:
Set Variable [ $r; Value: MBS( "SyntaxColoring.AutoCompleteVariables.SetEnabled"; 1 ) ]
Disable Auto Complete:
Set Variable [ $r; Value: MBS( "SyntaxColoring.AutoCompleteVariables.SetEnabled"; 0 ) ]
This function is free to use.
Created 1st December 2021, last changed 30th December 2021
SyntaxColoring.AutoCompleteVariables.GetEnabled - SyntaxColoring.CheckVariableDeclaration.Disable