on-load-file (augmentable only) in editor<%>
Called just before the editor is loaded from a file, after calling
can-load-file? to verify that the load is allowed. See also
after-load-file.
(-> voidsendan-editoron-load-filefilenameformat)
filename: path
format: symbol in'(guess standard text text-force-cr same copy)The
filenameargument is the name the file will be loaded from. Seeload-filefor information aboutformat.The
filenameargument cannot be a string; it must be a path value, section 11.3.1 in PLT MzScheme: Language Manual.