SourceFileLoader.st
changeset 3923 a95e385a017f
parent 3615 ab23b4bbdba6
child 4536 cfdcc9ecbc7d
equal deleted inserted replaced
3919:2ba8a72b1c20 3923:a95e385a017f
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1995 by Claus Gittinger
     2  COPYRIGHT (c) 1995 by Claus Gittinger
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
    78 !
    76 !
    79 
    77 
    80 source:aString
    78 source:aString
    81     "this is optionally sent by the chunk reader,
    79     "this is optionally sent by the chunk reader,
    82      to pass a single chunks source before its evaluated.
    80      to pass a single chunks source before its evaluated.
    83      This allows me to show the erronous code in a TextView
    81      This allows me to show the erroneous code in a TextView
    84      (but this is not yet implemented)"
    82      (but this is not yet implemented)"
    85 
    83 
    86     currentSource := aString
    84     currentSource := aString
    87 
    85 
    88     "Modified: 5.1.1997 / 03:06:32 / cg"
    86     "Modified: 5.1.1997 / 03:06:32 / cg"
   384 ! !
   382 ! !
   385 
   383 
   386 !SourceFileLoader class methodsFor:'documentation'!
   384 !SourceFileLoader class methodsFor:'documentation'!
   387 
   385 
   388 version
   386 version
   389     ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.44 2015-03-23 15:15:09 cg Exp $'
   387     ^ '$Header$'
   390 !
   388 !
   391 
   389 
   392 version_CVS
   390 version_CVS
   393     ^ '$Header: /cvs/stx/stx/libcomp/SourceFileLoader.st,v 1.44 2015-03-23 15:15:09 cg Exp $'
   391     ^ '$Header$'
   394 ! !
   392 ! !
   395 
   393