UNSOLVED fontWillSave event missing?
-
fontWillSave
is not being calledThanks,
Ryan
-
Ok the problem was on my end. I had a script that was running on
fontWillSave
, and it was raising an error. Apparently that also halted thefontWillSave
notification overall... So if one script fails, others may not be called? Would it be possible to post thefontWillSave
notification even if a script attaching to that event fails?Thanks!
-
It should be there... together with
fontDidSave
notification.This is not called when a font is saved with a script.