Commit graph

30 commits

Author SHA1 Message Date
Wolfgang Lux
41047a6341 StepTalk scripts panel: int->NSInteger transition
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@36661 72102866-910b-0410-8b05-ffd578937521
2013-05-26 16:03:29 +00:00
Wolfgang Lux
66076e8c6e Hide the StepTalk application scripting menu after it has been loaded
from its bundle.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@36457 72102866-910b-0410-8b05-ffd578937521
2013-04-03 07:53:14 +00:00
Wolfgang Lux
3e7c37d9b3 Check the result of the super class initializer and assign it to self.
Also fix a space leak.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@36404 72102866-910b-0410-8b05-ffd578937521
2013-03-23 18:35:43 +00:00
Wolfgang Lux
939fecc187 Fix memory management bugs in Steptalk detected by clang's static analyzer
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@34729 72102866-910b-0410-8b05-ffd578937521
2012-02-07 09:22:40 +00:00
Wolfgang Lux
77ed0deda7 Validate Run button of the StepTalk's scripts panel.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@34542 72102866-910b-0410-8b05-ffd578937521
2012-01-15 17:15:07 +00:00
Wolfgang Lux
520c66f605 Get StepTalk's script panel to work and protect against GNUstep
stubbornly replacing an application's main menu when the scripting
menu is loaded.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@34541 72102866-910b-0410-8b05-ffd578937521
2012-01-15 16:53:48 +00:00
Wolfgang Lux
69646308b3 Shut down compiler warnings for StepTalk's ApplicationScripting bundle.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@34536 72102866-910b-0410-8b05-ffd578937521
2012-01-15 13:59:18 +00:00
Stefan Urbanek
65055d8964 minor version update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@21701 72102866-910b-0410-8b05-ffd578937521
2005-09-05 20:14:11 +00:00
Stefan Urbanek
2e2d056a79 another undefined key exception fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@21360 72102866-910b-0410-8b05-ffd578937521
2005-06-25 17:56:03 +00:00
Stefan Urbanek
1af7fbd5a7 Fix
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@17445 72102866-910b-0410-8b05-ffd578937521
2003-08-06 21:42:35 +00:00
Stefan Urbanek
bbc3eac654 Cleanup after change
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@17439 72102866-910b-0410-8b05-ffd578937521
2003-08-06 18:02:52 +00:00
Stefan Urbanek
97f03dafb0 I really need more sleep
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@16635 72102866-910b-0410-8b05-ffd578937521
2003-05-05 12:34:36 +00:00
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
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
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
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
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
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
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
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
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
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
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