Goodies 16: Line numbers and GoTo

For earlier FileMaker versions we added line number column to script editor. Since FileMaker got the new Script Workspace with integrated line numbers, we stopped doing this. But still we have a Go To Line box in the title bar, which can be useful to jump to a line.

It's very convenient to tell your coworker to go too line 845 via the box by entering the number instead of scrolling though all the script lines manually.

This feature can be enabled for macOS with the checkbox in the preferences dialog or the SyntaxColoring.ScriptGoToBox.SetEnabled function.


Handle ESC key 16 Export dialog