Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SyntaxColoring.CheckVariableDeclaration.GetLimits
Queries limits for variable check.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 10.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SyntaxColoring.CheckVariableDeclaration.GetLimits" )
Parameters
none
Result
Returns list or error.
Description
Queries limits for variable check.By default this returns 500 and 2000 as we look up to 500 lines up for variable declaration and don't check scripts with 2000 or more lines.
See also
- SyntaxColoring.CheckVariableDeclaration.Disable
- SyntaxColoring.CheckVariableDeclaration.Enable
- SyntaxColoring.CheckVariableDeclaration.Enabled
- SyntaxColoring.CheckVariableDeclaration.SetLimits
Blog Entries
This function is free to use.
Created 2nd May 2020, last changed 6th May 2020
SyntaxColoring.CheckVariableDeclaration.Enabled - SyntaxColoring.CheckVariableDeclaration.Notification.Disable