mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 10:41:04 +00:00
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 |
||
---|---|---|
.. | ||
Source | ||
Support | ||
ChangeLog | ||
GNUmakefile | ||
GNUmakefile.postamble | ||
NEWS | ||
README | ||
Version |
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