can-save-file? (augments, and augmentable only) in editor:basic-mixin
Called just before the editor is saved to a file. If the return
value is #f, the file is not saved. See also
on-save-file and
after-save-file.
(booleansendan-editor:basic-mixincan-save-file?filenameformat
filename: string
format: symbolChecks to see if the file on the disk has been modified out side of this editor, using
save-file-out-of-date?. If it has, this method prompts the user to be sure they want to save.