Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Sets the highlight color.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 5.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Color | The color value. Can be one of a few english color names or "#123456" notation like in html. | "red" |
Returns OK or error.
Set to red with hex color:
MBS("SyntaxColoring.SetScriptHighlightColor"; "#FF0000")
Set to dark blue:
MBS("SyntaxColoring.SetScriptHighlightColor"; "blue")
Set to red:
MBS( "SyntaxColoring.SetScriptHighlightColor"; "#FF8888" )
Set to blue:
MBS( "SyntaxColoring.SetScriptHighlightColor"; "#CCCCFF" )
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" )
Created 9th October 2015, last changed 12nd September 2020
SyntaxColoring.SetResizeFieldPicker - SyntaxColoring.SetScriptIfColor
Feedback: Report problem or ask question.