> On 01 Dec 2015, at 04:41, Stephen <[email protected]> wrote:
> 
> Hello,
> 
> I created an Apple script, named it File•Save and placed it in Menu scripts. 
> The script runs fine when I save a document but the actual file doesn't ever 
> save. Is this intended functionality or am I doing something wrong?

Likely the latter. I don’t know what you’re doing, but if the menuselect script 
handler returns true, then BBEdit does not perform the command (as this signals 
that the script already handled the command). So if you return false, then the 
save command should work as expected. 

See the section ‘Attaching Scripts to Menu Items’ in hte full user manual.

If this doesn’t help, try to post a minimal script that shows the problem.

Maarten

-- 
This is the BBEdit Talk public discussion group. If you have a 
feature request or would like to report a problem, please email
"[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>

--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].

Reply via email to