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  

SyntaxColoring.Disable

Disables Syntax coloring in FileMaker Scripts.

Component Version macOS Windows Linux Server iOS SDK
SyntaxColoring 3.0 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "SyntaxColoring.Disable" )

Parameters

none

Result

Returns OK on success.

Description

Disables Syntax coloring in FileMaker Scripts.
Settings are saved in preferences files and you can use different settings in different FileMaker versions.
Works with FileMaker 11 or newer.

Syntax color can only be enabled in FileMaker Pro, not in server or runtime versions.
See also SyntaxColoring.Enable.

Disabling colors also disables line numbers and script search.

Examples

Enable or disable syntax coloring:

If (Enable)
      Set Variable [$r; MBS( "SyntaxColoring.Enable" )]
else
      Set Variable [$r; MBS( "SyntaxColoring.Disable" )]
end if

See also

Example Databases

Blog Entries

Created 18th August 2014, last changed 15th June 2016


SyntaxColoring.CopyButton.SetEnabled - SyntaxColoring.Enable

Feedback: Report problem or ask question.