Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SyntaxColoring.SetShowScriptIDs
Set whether to show script IDs.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 7.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SyntaxColoring.SetShowScriptIDs"; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Value | The new setting. Pass 1 to enable or 0 to disable. |
1 |
Result
Returns OK or error.
Description
Set whether to show script IDs.Our plugin can optionally show script IDs in the Script Workspace.
The plugin adds an extra column with ID. If the ID can’t be queries for any reason, you should see a question mark.
This setting can be set via the preferences dialog, too.
Examples
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 )]
See also
- SyntaxColoring.GetShowLayoutIDs
- SyntaxColoring.GetShowScriptIDs
- SyntaxColoring.GetShowValueListIDs
- SyntaxColoring.SetShowFieldAndTableIDs
- SyntaxColoring.SetShowLayoutIDs
- SyntaxColoring.SetShowValueListIDs
Release notes
- Version 7.4
- Added SyntaxColoring.GetBlackFieldPicker, SyntaxColoring.GetResizeFieldPicker, SyntaxColoring.GetShowFieldAndTableIDs, SyntaxColoring.GetShowScriptIDs, SyntaxColoring.SetBlackFieldPicker, SyntaxColoring.SetResizeFieldPicker, SyntaxColoring.SetShowFieldAndTableIDs and SyntaxColoring.SetShowScriptIDs.
Blog Entries
This function is free to use.
Created 20th September 2017, last changed 16th November 2023
SyntaxColoring.SetShowLayoutIDs - SyntaxColoring.SetShowValueListIDs
