MBS FileMaker Plugin 15.3 development

Hello,

in this thread I want to post to you what's new in development of MBS Plugin, version 15.3.

Download is available as usual here:

monkeybreadsoftware.com/filemaker/files/Prerelease/

If you like our plugin, bookmark, like or forward this thread.

If not, well you can ignore it.

New functions in documentation.

Thanks for supporting our plugin.

For questions please do not answer here, but start a new discussion.

Greetings
Christian

15.3pr1:

2 Likes
Fixed a crash with variable check if your line length is over 5 million characters.

I'd like to know who submitted that one lol !

1 Like

Certainly not on an 8-bit computer !

Some languages don't bother with LF, you may type a lot of things on a single line :wink:.

Sounds like a runaway iteration loop.

15.3pr2:

15.3pr3:

  • Updated DynaPDF to version 4.0.102.288.
  • Added DynaPDF.SetActiveSigField function.
  • Added SystemInfo.isTahoe function.
  • Fixed a problem in CompressFiles method for ZipMBS class, broken since 25.0.
  • Improved SQL.InternalSQLiteLibrary.Dump function.
  • Updated SQLite to version 3.50.1.
  • Improved our CoreML functions to handle Int8 data type in addition to Float16, Float32, Int32 and Float64 data types that your models may use.
  • Updated CURL library to version 8.14.1.
  • Added CURL.SetOptionSSLSignatureAlgorithms function.
  • Improved loading LDAP library on Linux to work on Ubuntu 22 and 24.
  • Changed copy text/selection in ScriptWorkspace to indent the lines.
  • Added SelectedOnly and EndOfLine parameters for ScriptWorkspace.StyledScriptText function.

Feature request, this one came from Kent at fmslug but is something I also struggle with greatly.

On mac, the script debugger has an annoying trait where if you step over perform script steps, it jumps to the bottom of the debugger so you can't see what is coming next. Can this be fixed via MBS in any way so that it always ensures you can see the next 5 or 6 lines of a script coming next?

You mean to scroll the debugger automatically and make sure at least the next three lines before and after are visible?
I think I could do that.

2 Likes

Yes that's the one :+1:

15.3pr4:

  • Updated mongo-c-driver to version 1.30.5.
  • Improved OCR error messages to state whether tesseract or leptonica library is not loaded.
  • Added search: prefix for comment links to jump to whatever text you provide.
  • Added SystemInfo.AppResourceUsageStatistics function.
  • Improved how we scroll lists to make sure more rows below and after a visible.
  • Improved debugger in FileMaker to scroll better and show a few rows adhead on stepping.
  • Improved our CopyButton to not show the warning in console about adding a button to the title bar.
  • Updated DynaPDF to version 4.0.102.290.
2 Likes

This feature has unintended problems in the Script Workspace.

Please install an older version if you are affected by this bug.

You can find a newer build here: builds folder

1 Like