Commit graph

24 commits

Author SHA1 Message Date
wlux
5577aa8c0a 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
wlux
cdaebb61bd 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
wlux
dc24d16450 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
wlux
e4f1d0c2db 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
wlux
1e9a357f58 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
wlux
3cd2f255cb 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
wlux
ac4bb685da 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
stefanu
6d20a21fde 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
stefanu
6c32aec741 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
stefanu
c8ed6ce06f 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
stefanu
c707342241 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
stefanu
b821ee2058 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
stefanu
97811c7f7c 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
ayers
92d9dbd7fb * 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
ayers
75b96391cc * 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
stefanu
8d4bf673f4 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
stefanu
dc8992740b 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
stefanu
718bd0bc87 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
stefanu
24fbbcca73 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
stefanu
4da76590e8 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
stefanu
fdd2c3328c 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
stefanu
1d1d195f92 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
stefanu
6979e60b13 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
stefanu
6945f8d7fb 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