Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SyntaxColoring.AutoCompleteParameters.SetEnabled
Sets whether to auto complete parameters for MBS functions names.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 12.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SyntaxColoring.AutoCompleteParameters.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 to auto complete parameters for MBS functions names.We only add parameters, if you are at the end of the text for the calculation.
See also
- SyntaxColoring.AutoCompleteFunctions.GetEnabled
- SyntaxColoring.AutoCompleteFunctions.SetEnabled
- SyntaxColoring.AutoCompleteParameters.GetEnabled
- SyntaxColoring.AutoCompleteVariables.GetEnabled
- SyntaxColoring.AutoCompleteVariables.GetGlobals
- SyntaxColoring.AutoCompleteVariables.GetLocals
- SyntaxColoring.AutoCompleteVariables.SetEnabled
- SyntaxColoring.AutoCompleteVariables.SetGlobals
- SyntaxColoring.AutoCompleteVariables.SetLocals
Release notes
- Version 12.1
Blog Entries
This function is free to use.
Created 19th February 2022, last changed 1st March 2022
SyntaxColoring.AutoCompleteParameters.GetEnabled - SyntaxColoring.AutoCompleteVariables.GetEnabled