MBS FileMaker Plugin, version 10.1pr6
- Fixed WebView.SetFormInputValue and related to take index for form instead of name.
- Added handing of Strikethrough text attribute for styled text conversion from NSAttributedString to FileMaker. Affects WebView.GetFormattedText, Clipboard.GetStyledText, RichText.FormattedText and other functions.
- Optimized syntax highlighting to reduce number of redraws we need. This should speed up scrolling.
- Improved error message for SerialPort.Open to include port name.
- Added context menu command for MacOS to sort entries in a list in FileMaker, e.g. layouts or fields.
- Added DynaPDF.Uninitialize and XL.Uninitialize functions.
- Fixed crash in LDAP.AddJSON with invalid data by improving error handling.
- Deprecated LDAP.Add, LDAP.AddList, LDAP.AddRecord in favor of LDAP.AddJSON.
- Deprecated LDAP.Modify and LDAP.ModifyRecord in favor of LDAP.ModifyJSON.
- Added alpha part for returning color from ColorPanel.GetColor and similar functions.
- Added CNContact.DeleteValue function.