SyntaxColoring.ShowBracketPositions.SetEnabled
Sets whether plugin highlights brackets.
Component |
Version |
macOS |
Windows |
Linux |
Server |
iOS SDK |
SyntaxColoring
|
10.5 |
✅ Yes |
❌ No |
❌ No |
❌ No |
❌ No |
MBS( "SyntaxColoring.ShowBracketPositions.SetEnabled"; Value )
More
MBS(
"SyntaxColoring.ShowBracketPositions.SetEnabled"; /* Sets whether plugin highlights brackets. */
$Value) /* The new setting.
Pass 1 to enable or 0 to disable.e.g. 1 */
Less
Parameters
Parameter |
Description |
Example |
Value |
The new setting.
Pass 1 to enable or 0 to disable. |
1 |
Result
Returns OK or error.
Description
Sets whether plugin highlights brackets.
MBS Plugin can watch you typing text and show the text positions. Optionally we can then highlight matching brackets when selecting those. This includes (), [], {} and even check them within strings to help with SQL statements.
Text positions are only enabled by the plugin if the advanced tools in FileMaker preferences are enabled, so they don't show up for ordinary people just installing FileMaker Pro.
See also
Release notes
Blog Entries
This function is free to use.
Created 3th November 2020, last changed 11st November 2020
SyntaxColoring.ShowBracketPositions.GetEnabled
-
SyntaxColoring.ShowTextPositions.GetEnabled