Summer started and while MBS Plugin 12.3 is almost done, we wonder what wishes people may have for us to work on over summer for a fall or winter release?
Since we cover a lot, it may be an additional functionality added to an existing feature.
Let us know if you have an idea.
Hey @MonkeybreadSoftware,
In the database management in the tables and fields section you have built in the great search a long time ago. I have a wish: Could you either color all search results at once or even filter them so that only the result set is displayed? That would be clearer and would save the user even more time. That would be awesome!
I mentioned a few of these to you in an email @MonkeybreadSoftware but I'll re-list for others as well as a few extra if at all possible.
• Double-click Go to Layout script step to go direct to layout selection
• Option Double+Click GTRR step to go direct to layout selection
• Option Double+Click Replace Field Contents to go direct to calc engine
And some new:
• Option Double+Click set variable step to go direct into calc engine
• Replace variable name everywhere in a script (being able to find & highlight is great, but can they be renamed, I know that might be a stretch)
One of my pain points is opening a script to edit while testing a layout in browse mode. The current and only method is:
Open debugger
Click on button
Step into script
Click the script button in debugger to open script
cancel script
close debugger.
If there is any way to make this process simpler I'd be eternally grateful. Ultimately it's a request I've asked of Claris in the past that always falls on deaf ears. As a developer I would love a way that allowed me to jump direct into a script to edit.
If that can't be done, It is easier in layout mode but still a number of clicks. We already have cmd+double click to get into trigger menu, so maybe option+double click could jump direct into any attached script or single step.
gives you on pressing the controll-key the script-editor with the scripts name already in your clipboard while aborting the called script and writes some useful info like the script parameter etc. into a global variable
would it be possible to collect all local variables valid at a certain point in a script with its values and make them dumpable into MBS( "Trace.WriteLine" { ; Parameters } ) ?
Hi Christian, would it be possible instead to collect all information from the data-viewer and/or debug-window and write them as a text-object to some kind of trace-log? You showed us the filter and search-options inside the data-viewer window - so it might be possible to collect the data that is shown in that list.
Best regards, Marcel
In the Script Workspace script pane, if you comand+click a folder arrow; all folders will collapse or expand — if you could emulate that feature in the Manage Layouts and Specify Script windows, that would be helpful
Well I'll be damned it does work! Thanks @MonkeybreadSoftware ! What version of MBS was this introduced? I keep up with the release notes but I never noted this one, has it always been there ??
Wish: more user friendly way to create json than JSONSetElement. For larger json objects or arrays (and nested json objects) it is PITA to use filemaker’s jsonsetelement. I’m thinking some sort of dialog but also some kind of auto-complete would probably work.