SourceFileLoader.st
changeset 1919 4304da556fe3
parent 1573 b97142106d38
child 1929 635b3c3ab1c0
--- a/SourceFileLoader.st	Fri Sep 15 13:19:52 2006 +0200
+++ b/SourceFileLoader.st	Fri Sep 15 17:10:15 2006 +0200
@@ -89,6 +89,10 @@
     "Modified: / 18.3.1999 / 18:28:24 / stefan"
 !
 
+isTextView
+    ^ false
+!
+
 packageToInstall
     "sent by the compiler to ask in which package new methods/classes
      are to be installed.
@@ -296,5 +300,5 @@
 !SourceFileLoader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.31 2005-03-22 09:05:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.32 2006-09-15 15:10:15 fm Exp $'
 ! !