changed: #isWorkspace
authorClaus Gittinger <cg@exept.de>
Wed, 07 Mar 2012 17:53:09 +0100
changeset 2848 2dd5b35e08e0
parent 2847 2042d73c3877
child 2849 fa7f159cbbb0
changed: #isWorkspace
SourceFileLoader.st
--- a/SourceFileLoader.st	Mon Mar 05 08:47:26 2012 +0100
+++ b/SourceFileLoader.st	Wed Mar 07 17:53:09 2012 +0100
@@ -89,6 +89,9 @@
 !
 
 isWorkspace
+    "back-query from the compiler to ask if this is an interactive view
+     (for error feedback)"
+
     ^ false
 
     "Created: / 19-10-2006 / 01:44:58 / cg"
@@ -313,9 +316,9 @@
 !SourceFileLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.36 2011-09-08 03:23:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.37 2012-03-07 16:53:09 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.36 2011-09-08 03:23:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.37 2012-03-07 16:53:09 cg Exp $'
 ! !