RE: AS Library and dictionary
RE: AS Library and dictionary
- Subject: RE: AS Library and dictionary
- From: Scott Babcock <email@hidden>
- Date: Mon, 14 Jan 2008 15:04:35 -0800
- Acceptlanguage: en-US
- Thread-topic: AS Library and dictionary
I don't know of any way to do this within the context of the dictionary viewers found in AppleScript editors. You may be able to add an 'aete' resource to an AppleScript application, but I've never done this myself.
What I've done for the scripting libraries that I publish is to use a modified version of HeaderDoc. This is a source code markup scheme that allows you to include descriptions of functions, objects, and other interesting API elements in comments within the source. Once you've added your documentation, you use a couple of utilities to extract this documentation and compile it into web pages. You may be able to do something similar.
-----Original Message-----
Date: Fri, 11 Jan 2008 15:58:40 -0700
From: "Amandeep Singh" <email@hidden>
Subject: AS Library and dictionary
To: "Applescript Users" <email@hidden>
Message-ID:
<email@hidden>
Content-Type: text/plain; charset="us-ascii"
Hi,
We will be distributing a bunch of apple scripts (either in compiled
form or otherwise). These scripts are basically libraries, with script
classes and functions written. The user of these scripts will be able to
instantiate those classes and call those functions.
Is it possible to write AS dictionary defining those classes and
functions? If so, any hints, or steps would be greatly useful. The only
thing to keep it in mind is that our code is completely in Applescript.
Thanks again,
Aman
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden