| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
SyntaxColoring.SortStyleMenu.SetEnabled
Whether to sort style menu in contextual menu.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| SyntaxColoring | 15.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SyntaxColoring.SortStyleMenu.SetEnabled"; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Value | The new setting. Pass 1 to enable sorting or 0 to disable. |
1 |
Result
Returns OK or error.
Description
Whether to sort style menu in contextual menu.Examples
Enable sorting:
MBS( "SyntaxColoring.SortStyleMenu.SetEnabled"; 1 )
Disable sorting:
MBS( "SyntaxColoring.SortStyleMenu.SetEnabled"; 0 )
See also
- SyntaxColoring.HelpMenu.GetEnabled
- SyntaxColoring.HelpMenu.SetEnabled
- SyntaxColoring.ScriptGoToBox.GetEnabled
- SyntaxColoring.ScriptGoToBox.SetEnabled
- SyntaxColoring.ScriptSearchBox.SetEnabled
- SyntaxColoring.SortMenuEntries.SetEnabled
- SyntaxColoring.SortStyleMenu.GetEnabled
Release notes
- Version 15.4
- Added SyntaxColoring.SortStyleMenu.SetEnabled and SyntaxColoring.SortStyleMenu.GetEnabled functions.
Blog Entries
- MBS FileMaker Plugin 15.4 News
- Neues MBS Plugin 15.4 für Claris FileMaker
- MBS Plugin 15.4 for Claris FileMaker
This function is free to use.
Created 3th September 2025, last changed 5th September 2025
SyntaxColoring.SortStyleMenu.GetEnabled - SyntaxColoring.TurnErrorsBlue.GetEnabled