Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
SyntaxColoring.AutoCompleteVariables.SetGlobals
Sets initial list of known global variables.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SyntaxColoring | 14.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "SyntaxColoring.AutoCompleteVariables.SetGlobals"; Globals ) More
Parameters
Parameter | Description | Example |
---|---|---|
Globals | The list of variable names without $$ prefixes. | "always¶UserName" |
Result
Returns OK or error.
Description
Sets initial list of known global variables.When the plugin sees more global variables, it will increase the list.
This function allows you to pre-populate the list for global variables for auto complete on start of your solution.
Examples
Set Variable [ $r ; Value: MBS( "SyntaxColoring.AutoCompleteVariables.SetGlobals"; "Hello¶World" ) ]
See also
- SyntaxColoring.AutoCompleteFunctions.SetEnabled
- SyntaxColoring.AutoCompleteParameters.GetEnabled
- SyntaxColoring.AutoCompleteParameters.SetEnabled
- SyntaxColoring.AutoCompleteVariables.GetEnabled
- SyntaxColoring.AutoCompleteVariables.GetGlobals
- SyntaxColoring.AutoCompleteVariables.GetLocals
- SyntaxColoring.AutoCompleteVariables.SetEnabled
- SyntaxColoring.AutoCompleteVariables.SetLocals
Release notes
- Version 14.4
- Fixed an issue in SyntaxColoring.AutoCompleteVariables.SetGlobals function.
- Version 14.3
Blog Entries
- New in MBS FileMaker Plugin 14.4
- MBS FileMaker Plugin, version 14.4pr1
- MBS FileMaker Plugin 14.3 News
- Neues MBS Plugin 14.3 für Claris FileMaker
- MBS FileMaker Plugin 14.3 for Claris FileMaker
- MBS FileMaker Plugin, version 14.3pr7
This function is free to use.
Created 1st July 2024, last changed 24th August 2024
SyntaxColoring.AutoCompleteVariables.SetEnabled - SyntaxColoring.AutoCompleteVariables.SetLocals