Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SyntaxColoring.SetDebuggerTooltipsEnabled
Sets whether debugger tooltips are enabled.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 11.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SyntaxColoring.SetDebuggerTooltipsEnabled"; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
Value | The new setting. | 1 |
Result
Returns OK or error.
Description
Sets whether debugger tooltips are enabled.Pass 1 to enable the feature or 0 to disable.
Tooltips are truncated to about 500 characters to avoid showing too much text.
See also
- SyntaxColoring.GetDebuggerTooltipsEnabled
- SyntaxColoring.GetExportTooltipsEnabled
- SyntaxColoring.SetExportTooltipsEnabled
Release notes
- Version 11.1
- Added SyntaxColoring.SetDebuggerTooltipsEnabled and SyntaxColoring.GetDebuggerTooltipsEnabled functions to configure the new debugger tooltip feature.
Blog Entries
This function is free to use.
Created 12nd February 2021, last changed 30th January 2023
SyntaxColoring.SetCustomFunctionToolsEnabled - SyntaxColoring.SetExportTooltipsEnabled