Commit graph

159 commits

Author SHA1 Message Date
Stefan Urbanek
a0d18e6a62 Renamed file to ScriptingInfo.plist (I was too tired)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16621 72102866-910b-0410-8b05-ffd578937521
2003-05-04 12:09:57 +00:00
Stefan Urbanek
a60df5a20a Added ScriptPapers application
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16601 72102866-910b-0410-8b05-ffd578937521
2003-05-02 09:37:07 +00:00
Stefan Urbanek
4d61e1690a Updated application scripting
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16600 72102866-910b-0410-8b05-ffd578937521
2003-05-02 09:29:20 +00:00
Stefan Urbanek
f764423832 changed import to include
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16599 72102866-910b-0410-8b05-ffd578937521
2003-05-01 21:50:52 +00:00
Stefan Urbanek
f9cef3571f More fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16583 72102866-910b-0410-8b05-ffd578937521
2003-04-29 17:33:43 +00:00
Stefan Urbanek
e08edac5c4 Fix previous commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16582 72102866-910b-0410-8b05-ffd578937521
2003-04-29 14:19:48 +00:00
Stefan Urbanek
692ebfb80c Fixed source reader
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16581 72102866-910b-0410-8b05-ffd578937521
2003-04-29 13:55:51 +00:00
Stefan Urbanek
7e338f778b Added comments into examples
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16557 72102866-910b-0410-8b05-ffd578937521
2003-04-27 14:48:24 +00:00
Stefan Urbanek
7e1f23c3c9 Added troubleshooting document
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16510 72102866-910b-0410-8b05-ffd578937521
2003-04-21 23:50:14 +00:00
Stefan Urbanek
d8e72bc5e9 Added library reference documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16509 72102866-910b-0410-8b05-ffd578937521
2003-04-21 23:36:49 +00:00
Stefan Urbanek
5421527ed6 Added StepTalk.gsdoc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16508 72102866-910b-0410-8b05-ffd578937521
2003-04-21 23:31:49 +00:00
Stefan Urbanek
2ae28de0ea 0.7.1
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16506 72102866-910b-0410-8b05-ffd578937521
2003-04-21 22:28:45 +00:00
Stefan Urbanek
03e911003b Fixed exception reporting in STCompiler
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16377 72102866-910b-0410-8b05-ffd578937521
2003-04-06 12:59:13 +00:00
Stefan Urbanek
dda7d608e5 Added gnumakefile.postamble
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16359 72102866-910b-0410-8b05-ffd578937521
2003-04-04 14:15:53 +00:00
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
Stefan Urbanek
0388b3588c Added ChangeLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16353 72102866-910b-0410-8b05-ffd578937521
2003-04-04 11:46:22 +00:00
David Ayers
ddc9d205af * STEngine.h: Fixed declaration to match implementation to avoid
compiler warnings.
    * STEnvironment.h: Ditto.
    * STScriptsManager.h: Ditto.
    * STLanguage.h: Corrected declaration.
    * STScriptsManager.m: Added needed interface declaration.
    * GNUmakefile:  Added flags to show all warnings except for import.
    * Module/ObjectiveC/GNUmakefile:  Added flags to show all warnings
    except for import.
    * Module/Foundation/GNUmakefile:  Added flags to show all warnings
    except for import.
    * Module/AppKit/AppKitExceptions.m: Used variable to supress compiler
    warnings.
    * Module/AppKit/AppKitNotifications.m: Ditto.
    * Module/AppKit/GNUmakefile:  Added flags to show all warnings except
    for import.
    * Module/GDL2/GDL2Constants.m: Used variable to supress compiler
    warnings.
    * Module/GDL2/GNUmakefile: Added flags to show all warnings except
    for import.
    * Module/SimpleTranscripts/GNUmakefile: Added flags to show all warnings
    except for import.
    * Module/StepTalk/GNUmakefile: Added flags to show all warnings
    except for import.
    * Tools/stalk.m: Added needed interface declaration.
    * Tools/stupdate_languages.m: Corrected variable declaration and added
    cast.

ApplicationScripting
    * GNUmakefile: Added flags to be able to compile from the building
    directories and show all warnings except for import.
    * NSApplication+additions.m: Added import of needed headers.  Added
    interface declarations to supress compiler warnings.  Commented unused
    variables to supress compiler warnings.  Corrected variable types and
    added necessary casts.
    * STScriptingSupport.m: Added interface declaraions to supress
    compiler warnings.

Examples/Shell
    * GNUmakefile: Added flags to show all warnings except for import.
    * STShell.m: Unified name for private categories.

Examples/Server
    * ChangeLog: Added new file.
    * GNUmakefile: Added flags to show all warnings except for import.

Languages/Smalltalk/ChangeLog
    * GNUmakefile: Added flags to show all warnings except for import.
    * STBlock.m: Initialzed variables to supress compiler warnings.
    * STCompiledMethod.m: Added needed import.
    * STCompiler.m: Added missing declaration.  Wrapped declarations only
    needed for DEBUG into #ifdefs to supress compiler warnings.
    Initialzed variables to supress compiler warnings.
    * STExecutionContext.m: Unified name for private categories.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16351 72102866-910b-0410-8b05-ffd578937521
2003-04-04 10:57:04 +00:00
Stefan Urbanek
6dbb009837 Sort scripts by localized name
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16341 72102866-910b-0410-8b05-ffd578937521
2003-04-03 16:06:33 +00:00
Stefan Urbanek
4f01854884 added gdbstexec
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16340 72102866-910b-0410-8b05-ffd578937521
2003-04-03 15:21:47 +00:00
Stefan Urbanek
c7856b742f Updated WISH (ready for comments)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16295 72102866-910b-0410-8b05-ffd578937521
2003-03-30 16:08:19 +00:00
Stefan Urbanek
424d451511 Added WISH
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16294 72102866-910b-0410-8b05-ffd578937521
2003-03-30 15:33:02 +00:00
Stefan Urbanek
cbdc392440 Disallow multiple selection of scripts
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16280 72102866-910b-0410-8b05-ffd578937521
2003-03-27 17:59:42 +00:00
Stefan Urbanek
f4fb09ddd5 guard compilation exception and release the compiler
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16262 72102866-910b-0410-8b05-ffd578937521
2003-03-25 18:31:18 +00:00
Stefan Urbanek
12853b27e7 Updated scripts manager
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16256 72102866-910b-0410-8b05-ffd578937521
2003-03-25 10:06:13 +00:00
Stefan Urbanek
84d8f5a61a Memory leak fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16251 72102866-910b-0410-8b05-ffd578937521
2003-03-25 09:32:20 +00:00
Stefan Urbanek
70ab16972f Scripting documentation cleanup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16242 72102866-910b-0410-8b05-ffd578937521
2003-03-24 09:07:47 +00:00
Stefan Urbanek
18854c5987 Documentation changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16241 72102866-910b-0410-8b05-ffd578937521
2003-03-24 08:47:57 +00:00
Stefan Urbanek
b05e152637 Documentation changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16240 72102866-910b-0410-8b05-ffd578937521
2003-03-24 08:45:10 +00:00
Stefan Urbanek
b5c226f9e8 Removed annoying NSLog
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16239 72102866-910b-0410-8b05-ffd578937521
2003-03-24 08:24:57 +00:00
Stefan Urbanek
a081f16e36 Added forgotten .gorms
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16235 72102866-910b-0410-8b05-ffd578937521
2003-03-23 12:53:54 +00:00
Stefan Urbanek
29d6b2bb1b Added Do&Show selection to NSTextView
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16234 72102866-910b-0410-8b05-ffd578937521
2003-03-23 12:52:17 +00:00
Stefan Urbanek
c83858223a Added some end of string tests
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16233 72102866-910b-0410-8b05-ffd578937521
2003-03-23 12:51:23 +00:00
Stefan Urbanek
82de9c7b6a Added some end of string tests
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16232 72102866-910b-0410-8b05-ffd578937521
2003-03-23 12:48:29 +00:00
Stefan Urbanek
7b641cf2f9 Added scripting menu
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16230 72102866-910b-0410-8b05-ffd578937521
2003-03-23 11:19:57 +00:00
Stefan Urbanek
c058ed9642 update gnumakefile to include appscripting
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16229 72102866-910b-0410-8b05-ffd578937521
2003-03-23 08:59:54 +00:00
Stefan Urbanek
31fad37346 Removed some logs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16226 72102866-910b-0410-8b05-ffd578937521
2003-03-23 02:22:52 +00:00
Stefan Urbanek
4d31f0b3b9 Added ApplicationScripting
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16225 72102866-910b-0410-8b05-ffd578937521
2003-03-23 02:21:04 +00:00
Stefan Urbanek
110d6c25dc Prepared for application scripting
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16224 72102866-910b-0410-8b05-ffd578937521
2003-03-23 00:53:49 +00:00
Stefan Urbanek
036646c86a import NSException.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16028 72102866-910b-0410-8b05-ffd578937521
2003-02-21 12:45:42 +00:00
Stefan Urbanek
a57c3c869e Removed import of STModule
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16027 72102866-910b-0410-8b05-ffd578937521
2003-02-21 12:34:48 +00:00
Stefan Urbanek
bb0218967d Fix doc installation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15933 72102866-910b-0410-8b05-ffd578937521
2003-02-11 11:06:12 +00:00
Stefan Urbanek
5cb9ed3c31 0.7.0
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15869 72102866-910b-0410-8b05-ffd578937521
2003-02-03 19:56:26 +00:00
Stefan Urbanek
0d9c1665f6 Treat 1. as an integer
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15867 72102866-910b-0410-8b05-ffd578937521
2003-02-03 19:28:23 +00:00
Stefan Urbanek
08a36ae57e Obsolete
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15788 72102866-910b-0410-8b05-ffd578937521
2003-01-30 18:44:34 +00:00
Stefan Urbanek
615ce16aee Compiler warnings cleanup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15787 72102866-910b-0410-8b05-ffd578937521
2003-01-30 18:42:39 +00:00
Stefan Urbanek
646077c36e Removed compiler warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15786 72102866-910b-0410-8b05-ffd578937521
2003-01-30 18:32:39 +00:00
Stefan Urbanek
51df7b1467 ObjectiveC module compilation fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15762 72102866-910b-0410-8b05-ffd578937521
2003-01-29 22:11:21 +00:00
Stefan Urbanek
f35d77d5ce Removed now unnecesary -lStepTalk
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15698 72102866-910b-0410-8b05-ffd578937521
2003-01-25 19:50:10 +00:00
Stefan Urbanek
95e4843772 Fixed NSBundle stepTalkBundleNames to use .bundle
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15697 72102866-910b-0410-8b05-ffd578937521
2003-01-25 14:07:28 +00:00
Stefan Urbanek
1b7a46583b Removed Info.plist files
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@15696 72102866-910b-0410-8b05-ffd578937521
2003-01-25 13:07:10 +00:00