Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Sets limits for variable check.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 10.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
Limit1 | How many lines to look up. | 500 | Optional |
Limit2 | How long a script may be to not be checked at all. | 2000 | Optional |
Returns OK or error.
Set higher limits:
MBS( "SyntaxColoring.CheckVariableDeclaration.SetLimits"; 600; 2400 )
Reduce to half of the deault:
MBS( "SyntaxColoring.CheckVariableDeclaration.SetLimits"; 250; 1000 )
This function is free to use.
Created 2nd May 2020, last changed 17th October 2022
SyntaxColoring.CheckVariableDeclaration.Notification.Enabled - SyntaxColoring.Clear