Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Set whether to show field and table IDs.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Value | The new setting. Pass 1 to enable or 0 to disable. |
1 |
Returns OK or error.
Turn on all the IDs for macOS:
Set Variable [$r; Value: MBS( "SyntaxColoring.SetShowValueListIDs"; 1 )]
Set Variable [$r; Value: MBS( "SyntaxColoring.SetShowScriptIDs"; 1 )]
Set Variable [$r; Value: MBS( "SyntaxColoring.SetShowLayoutIDs"; 1 )]
Set Variable [$r; Value: MBS( "SyntaxColoring.SetShowFieldAndTableIDs"; 1 )]
This function is free to use.
Created 20th September 2017, last changed 14th January 2023
SyntaxColoring.SetScriptSearchColor - SyntaxColoring.SetShowLayoutIDs