CodeView.st
changeset 174 d80a6cc3f9b2
parent 136 80d2240b2cdc
child 201 d2888811c664
equal deleted inserted replaced
173:67654ab0d85b 174:d80a6cc3f9b2
    15        classVariableNames:''
    15        classVariableNames:''
    16        poolDictionaries:''
    16        poolDictionaries:''
    17        category:'Interface-Workspace'
    17        category:'Interface-Workspace'
    18 !
    18 !
    19 
    19 
    20 CodeView comment:'
       
    21 COPYRIGHT (c) 1989 by Claus Gittinger
       
    22 	    All Rights Reserved
       
    23 
       
    24 $Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.20 1995-08-08 01:06:44 claus Exp $
       
    25 '!
       
    26 
       
    27 !CodeView class methodsFor:'documentation'!
    20 !CodeView class methodsFor:'documentation'!
    28 
    21 
    29 copyright
    22 copyright
    30 "
    23 "
    31  COPYRIGHT (c) 1989 by Claus Gittinger
    24  COPYRIGHT (c) 1989 by Claus Gittinger
    39  hereby transferred.
    32  hereby transferred.
    40 "
    33 "
    41 !
    34 !
    42 
    35 
    43 version
    36 version
    44 "
    37     ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.21 1995-11-11 16:19:21 cg Exp $'
    45 $Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.20 1995-08-08 01:06:44 claus Exp $
       
    46 "
       
    47 !
    38 !
    48 
    39 
    49 documentation
    40 documentation
    50 "
    41 "
    51     a view for text which is known to be smalltalk code. 
    42     a view for text which is known to be smalltalk code.