# HG changeset patch # User Claus Gittinger # Date 1321973854 -3600 # Node ID 7fbb5514fc03c4af9d80de85598e403cbd56be0f # Parent 60ece237f668dbba11619e0a4e6ac50b7fc78bbf changed: #helpSpec diff -r 60ece237f668 -r 7fbb5514fc03 NewLauncher.st --- a/NewLauncher.st Tue Nov 22 15:54:23 2011 +0100 +++ b/NewLauncher.st Tue Nov 22 15:57:34 2011 +0100 @@ -547,6 +547,9 @@ #newSystemBrowser 'Open the new, improved System Browser.' +#openTestRunner +'Open the SUNIT test runner.' + #settingsCommunications 'Change communication settings.' @@ -689,13 +692,13 @@ 'Open the new changes browser.' #toolsOOM -'' +'Open the Object Oriented Metrics (OOM) tool.' #toolsOldChangesBrowser 'Open the old changes browser.' #toolsProjects -'' +'Open the project tool.' #toolsSUnit 'Open the SUnit test runner.' @@ -776,7 +779,7 @@ 'Enable coverage statistic gathering in all processes (global covarage analysis)' ) - "Modified: / 22-11-2011 / 15:54:19 / cg" + "Modified: / 22-11-2011 / 15:57:21 / cg" ! ! !NewLauncher class methodsFor:'interface specs'! @@ -4817,11 +4820,11 @@ !NewLauncher class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.418 2011-11-22 14:54:23 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.419 2011-11-22 14:57:34 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.418 2011-11-22 14:54:23 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.419 2011-11-22 14:57:34 cg Exp $' ! version_SVN