BrowserView.st
branchjv
changeset 16093 a0705d7461fd
parent 15934 0dbb17d42cbd
parent 16085 7c3c9732a521
child 16256 65473fc50115
equal deleted inserted replaced
16081:f36d893e95d2 16093:a0705d7461fd
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1989 by Claus Gittinger
     2  COPYRIGHT (c) 1989 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
  3474 
  3472 
  3475         self clearExplainAction.
  3473         self clearExplainAction.
  3476         self clearAcceptAction.
  3474         self clearAcceptAction.
  3477 
  3475 
  3478         (currentClassCategory = '* removed *') ifTrue:[
  3476         (currentClassCategory = '* removed *') ifTrue:[
  3479             codeView contents:'these classes have been removed (i.e. they are no longer accessable as globals),
  3477             codeView contents:'these classes have been removed (i.e. they are no longer accessible as globals),
  3480 but there are still referenced instances of them around.
  3478 but there are still referenced instances of them around.
  3481 
  3479 
  3482 They will vanish later (be garbage collected) when the instances are no longer referenced.
  3480 They will vanish later (be garbage collected) when the instances are no longer referenced.
  3483 '
  3481 '
  3484         ]
  3482         ]