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

Release notes

Blog Entries

This function is free to use.

Created 3th September 2025, last changed 5th September 2025


SyntaxColoring.SortStyleMenu.GetEnabled - SyntaxColoring.TurnErrorsBlue.GetEnabled