diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-02 01:01:38 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-02-02 01:01:38 (GMT) |
commit | 72886170aa4c25a34eb6f22d1740f381462e1fea (patch) | |
tree | c44b8f8a25cd8671816f0cbbdb76a374eb49033e /OpenSCAD.sdef | |
parent | d8615943fd1ed1efe0d9f0e72907ded5d19efab9 (diff) |
Experimental Apple Event hack; you can now do 'tell application "OpenSCAD" to reload'
git-svn-id: http://svn.clifford.at/openscad/trunk@408 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'OpenSCAD.sdef')
-rw-r--r-- | OpenSCAD.sdef | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSCAD.sdef b/OpenSCAD.sdef new file mode 100644 index 0000000..c509cbe --- /dev/null +++ b/OpenSCAD.sdef @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd"> +<dictionary title="OpenSCAD Terminology"> + <suite name="OpenSCAD Suite" code="SCAD" description="AppleScript support for OpenSCAD"> + <command name="reload" code="SCADrelo" description="Reload file in the front window (F4)"> + </command> + </suite> +</dictionary> |