Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SyntaxColoring.SetFormulasWithLinks
Sets whether formulas should include links.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 10.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SyntaxColoring.SetFormulasWithLinks"; 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 formulas should include links.This enables you to click on function names in the formulas to get directly to the MBS plugin documentation webpage.
Examples
Turn on links in formula:
Set Variable [$r; Value: MBS( "SyntaxColoring.SetFormulasWithLinks"; 1 )]
Set Variable [$r; Value: MBS( "SyntaxColoring.SetFormulasWithDashLinks"; 1 )]
See also
- SyntaxColoring.GetFormulasWithDashLinks
- SyntaxColoring.GetFormulasWithLinks
- SyntaxColoring.SetFormulasWithDashLinks
Release notes
- Version 10.0
- Added SyntaxColoring.GetFormulasWithLinks and SyntaxColoring.SetFormulasWithLinks functions.
Blog Entries
This function is free to use.
Created 23th November 2019, last changed 14th January 2023
SyntaxColoring.SetFormulasWithDashLinks - SyntaxColoring.SetMinCalcFontSize
