Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
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
- SyntaxColoring.ShowBracketPositions.GetEnabled
- SyntaxColoring.ShowTextPositions.GetEnabled
- SyntaxColoring.ShowTextPositions.SetEnabled
Release notes
- Version 10.5
Blog Entries
- Goodies 40: Brackets Highlighting
- Goodies 2: Calculation Coloring
- New in MBS FileMaker Plugin 10.5
- Brackets Highlighting
- MBS FileMaker Plugin, version 10.5pr8
This function is free to use.
Created 3th November 2020, last changed 11st November 2020
SyntaxColoring.ShowBracketPositions.GetEnabled - SyntaxColoring.ShowTextPositions.GetEnabled