libs-steptalk/ApplicationScripting
David Ayers d2f23d6172 * GNUmakefile: Added flags to be able to compile from the building
directories and show all warnings except for import.
    * NSApplication+additions.h: Added missing declaration.
    * NSApplication+additions.m: Added import of needed headers.  Removed
    and commented unused variables to supress compiler warnings.
    Corrected variable types and added necessary casts.
    * NSObject+NibLoading.m: Added missing import.
    * NSTextView+ScriptExecution.m: Removed unused variables.
    * STAppScriptingSupport.m: Added missing import.
    * STApplicationScriptingController.m: Ditto.
    * STEnvironment+additions.m: Ditto.
    * STScriptsPanel.h: Added missing declarations.
    * STScriptsPanel.m: Added missing imports.  Removed unused variables.
    * STScriptingSupport.m: Added interface declaraions to supress
    compiler warnings.
    * STTranscript.h: Added missing declarations.
    * STTranscript.m:  Added missing imports.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16357 72102866-910b-0410-8b05-ffd578937521
2003-04-04 13:58:23 +00:00
..
Source * GNUmakefile: Added flags to be able to compile from the building 2003-04-04 13:58:23 +00:00
Support * STEngine.h: Fixed declaration to match implementation to avoid 2003-04-04 10:57:04 +00:00
ChangeLog * GNUmakefile: Added flags to be able to compile from the building 2003-04-04 13:58:23 +00:00
GNUmakefile Scripting documentation cleanup 2003-03-24 09:07:47 +00:00
GNUmakefile.postamble Scripting documentation cleanup 2003-03-24 09:07:47 +00:00
NEWS Added ApplicationScripting 2003-03-23 02:21:04 +00:00
README Updated scripts manager 2003-03-25 10:06:13 +00:00
Version Added ApplicationScripting 2003-03-23 02:21:04 +00:00

Application Scripting bundle
----------------------------
Ahthor: Stefan Urbanek  <urbanek@host.sk>

NOTE: this bundle wants another name and cleanup. 


What is Application Scripting Bundle ?
--------------------------------------

Bundle that allows users to 'script' applications. In other words, for example,
users can:

- extend the behaviour of application by adding their own functionality
- automate tasks in the application
- create a batch task

How to make applications scriptable is described in StepTalk/Documentation. It
can be done very easily in less than five minutes.


Where to get it?
----------------

Application Scripting Bundle is part of the StepTalk and you can download
it from:

    http://steptalk.host.sk/download.html


Installation
------------
Application Scripting Bundle is automatically installed with StepTalk. You can
install it separately by doing:

    > make
    > make install

    
Feedback
--------
Any bug reports and comments are welcome at urbanek@host.sk