class: AbstractLauncherApplication
authorClaus Gittinger <cg@exept.de>
Tue, 24 Feb 2015 09:53:41 +0100
changeset 15385 8d0380a77aba
parent 15384 196b596fa7e3
child 15386 3de73b4f5e06
class: AbstractLauncherApplication added: #startLauncherDocumentation
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Tue Feb 24 09:41:51 2015 +0100
+++ b/AbstractLauncherApplication.st	Tue Feb 24 09:53:41 2015 +0100
@@ -1814,6 +1814,12 @@
 
 !
 
+startLauncherDocumentation
+    "open an HTML browser on the launcher section in the 'tools/TOP' document"
+
+    self showDocumentation:'tools/misc/TOP.html#LAUNCHER'
+!
+
 startProgrammersGuide
     "open an HTML browser on the 'programers guide' document"
 
@@ -7069,14 +7075,14 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.473 2015-02-23 12:20:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.474 2015-02-24 08:53:41 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.473 2015-02-23 12:20:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.474 2015-02-24 08:53:41 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: AbstractLauncherApplication.st,v 1.473 2015-02-23 12:20:00 cg Exp $'
+    ^ '$Id: AbstractLauncherApplication.st,v 1.474 2015-02-24 08:53:41 cg Exp $'
 ! !