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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
SyntaxColoring.CommentLinks.SetEnabled
Sets whether comment links are enabled.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 12.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SyntaxColoring.CommentLinks.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 comment links are enabled.If enabled, the plugin will scan comments in script lines for URLs and add a little arrow with earth icon on the right. Once clicked, the URL is opened in the default browser.
Works for http://, https://, mailto: and fmp:// URLs. Text before/after is ignored if there is at least a space between. Invalid URLs are ignored, e.g. with non URL component encoded accent characters.
When the URL starts with "fmp://$/?", we insert the current file name as file name before the ?.
See also
- SyntaxColoring.CommentLinks.GetEnabled
- SyntaxColoring.CopyButton.GetEnabled
- SyntaxColoring.CopyButton.SetEnabled
- SyntaxColoring.HelpMenu.SetEnabled
- SyntaxColoring.ZoomButton.GetEnabled
- SyntaxColoring.ZoomButton.SetEnabled
Release notes
- Version 12.3
- Added SyntaxColoring.CommentLinks.GetEnabled and SyntaxColoring.CommentLinks.SetEnabled functions.
Blog Entries
- Neues MBS Plugin 12.3 für Claris FileMaker
- MBS Plugin 12.3 for Claris FileMaker
- Comment Links in FileMaker ScriptWorkspace
- MBS FileMaker Plugin, version 12.3pr2
This function is free to use.
Created 3th June 2022, last changed 15th September 2022
SyntaxColoring.CommentLinks.GetEnabled - SyntaxColoring.ContextualMenuEnabled.GetEnabled
