Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Enables line numbers in FileMaker Scripts.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 3.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
This function was deprecated.
none
Returns OK on success.
Enable or disable line numbers:
If (Enable)
Set Variable [$r; MBS( "SyntaxColoring.LineNumbers.Enable" )]
else
Set Variable [$r; MBS( "SyntaxColoring.LineNumbers.Disable" )]
end if
Enable all the plugin enhancements for FileMaker:
MBS("SyntaxColoring.CopyButton.SetEnabled"; 1)
MBS("SyntaxColoring.ScriptSearchBox.SetEnabled"; 1)
MBS("SyntaxColoring.ScriptGoToBox.SetEnabled"; 1)
MBS("SyntaxColoring.RelationshipGraphSearchBox.SetEnabled"; 1)
MBS( "SyntaxColoring.CheckVariableDeclaration.Enable" )
MBS( "SyntaxColoring.LineNumbers.Enable" )
MBS( "SyntaxColoring.SetScriptHighlightColor"; "#CCCCFF" )
This function is free to use.
Created 18th August 2014, last changed 7th January 2023
SyntaxColoring.LineNumbers.Disable - SyntaxColoring.LineNumbers.Enabled