after-save-file in editor:basic-mixin
Called just after the editor is saved to a file. The argument to
the method specifies whether the save was successful or not. See also
can-save-file?and
on-save-file.
( -> void
send an-editor:basic-mixin after-save-file sucess?)
sucess? : boolean
If the current filename is not a temporary filename, this method calls
handler:add-to-recentwith the current filename.
to add the new filename to the list of recently opened files.
Additionally, updates a private instance variable with the
modification time of the file, for using in implementing
save-file-out-of-date?.