Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

SyntaxColoring.TurnErrorsBlue.SetEnabled

Sets whether turning errors blue is enabled.

Component Version macOS Windows Linux Server iOS SDK
SyntaxColoring 15.1 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "SyntaxColoring.TurnErrorsBlue.SetEnabled"; Value )   More

Parameters

Parameter Description Example
Value The new setting.

Result

Returns OK or error.

Description

Sets whether turning errors blue is enabled.
If you are color blind with red/green combinations, you may enjoy to have the debugger show an error in blue instead of red.
Our plugin watches for FileMaker setting the field with the error message and change the color to blue.

For colors in scripts. please use fmSyntaxColorizer project to define a color set for yourself to disable the colors you can't see well.

Examples

Enable blue colored errors:

Set Variable [ $r; Value: MBS( "SyntaxColoring.TurnErrorsBlue.SetEnabled"; 1 ) ]

See also

Release notes

Blog Entries

This function is free to use.

Created 9th February 2025, last changed 9th February 2025


SyntaxColoring.TurnErrorsBlue.GetEnabled - SyntaxColoring.ZoomButton.GetEnabled