Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

SyntaxColoring.SetAddFindbars

Sets whether the plugin adds find bars.

Component Version macOS Windows Linux Server iOS SDK
SyntaxColoring 8.0 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "SyntaxColoring.SetAddFindbars"; Value )   More

Parameters

Parameter Description Example
Value The new setting. Can be 1 or 0. 1

Result

Returns OK or error.

Description

Sets whether the plugin adds find bars.
The plugin watches Command-F and if you are focussed on a scrollable text view, we can show the find bar from macOS. That’s a standard feature of macOS and we just enable it.

It can be that FileMaker does not draw everything perfectly as we add a control to the view hierarchy. Also the find bar is probably not designed to be running in a modal dialog. Still it is helpful.

This option also enables to copy the content of the field with formatting using Command-Option-C.
This setting can be set via the preferences dialog, too.

See also

Release notes

Blog Entries

Created 21st December 2017, last changed 11st November 2019


SyntaxColoring.ScriptSearchBox.SetText - SyntaxColoring.SetBlackFieldPicker

Feedback: Report problem or ask question.