class: Smalltalk
authorClaus Gittinger <cg@exept.de>
Fri, 06 Feb 2015 10:50:31 +0100
changeset 17421 9f2dac6c6efb
parent 17420 f0895ae69f69
child 17422 0a01cd7cf5f2
class: Smalltalk comment/format in: #isSmalltalkDevelopmentSystem
Smalltalk.st
--- a/Smalltalk.st	Thu Feb 05 19:16:24 2015 +0100
+++ b/Smalltalk.st	Fri Feb 06 10:50:31 2015 +0100
@@ -4621,10 +4621,10 @@
 
 isSmalltalkDevelopmentSystem
     "return true, if this is a real smalltalk system
-     i.e. NOT a stripped or a linked application (such as the webServer)
+     i.e. NOT a stripped or a linked standAlone application (such as the webServer)
      and NOT a plugIn (i.e. running in a browser)
      and NOT a sharedLibrary component (i.e. a dll in another app).
-     This is used to determine, whether debugging is possible or not."
+     This is used to determine, whether debugging is possible/desired or not."
 
     self isPlugin ifTrue:[^ false].                     "/ I am a browser-plugin
     self isSharedLibraryComponent ifTrue:[^ false].     "/ I am a COM-ponent
@@ -8167,11 +8167,11 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1107 2015-02-03 17:48:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1108 2015-02-06 09:50:31 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1107 2015-02-03 17:48:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1108 2015-02-06 09:50:31 cg Exp $'
 !
 
 version_SVN