load-file/gui-error in editor:basic<%>
This method is an alternative to
load-file. Rather than showing errors via the original stdout, it
opens a dialog with an error message showing the error.
The result indicates if an error happened (the error has
already been shown to the user). It returns #t if
no error occurred and #f if an error occurred.
(-> booleansendan-editor:basicload-file/gui-errorfilenameformatshow-errors?)
filename=#f: (union string #f)
format='guess: (union 'guess 'standard 'text 'text-force-cr 'same 'copy)
show-errors?=#t: boolean