FileVersionDiffBrowser.st
changeset 3743 dd619d41915a
parent 3686 501ea259b6a8
child 3754 0ec001ff25a7
equal deleted inserted replaced
3742:e62cdf622315 3743:dd619d41915a
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2019 by eXept Software AG
     2  COPYRIGHT (c) 2019 by eXept Software AG
     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
  1401 
  1399 
  1402     "Created: / 08-05-2019 / 10:59:30 / Claus Gittinger"
  1400     "Created: / 08-05-2019 / 10:59:30 / Claus Gittinger"
  1403     "Modified: / 08-07-2019 / 00:06:27 / Claus Gittinger"
  1401     "Modified: / 08-07-2019 / 00:06:27 / Claus Gittinger"
  1404 !
  1402 !
  1405 
  1403 
  1406 postBuildWith:aBuilder
       
  1407     "
       
  1408     components which are invisible should be ignored by the panel.
       
  1409     Cannot be set via the interface builder.
       
  1410 
       
  1411     <return: self>
       
  1412     "
       
  1413 
       
  1414     super postBuildWith:aBuilder
       
  1415 
       
  1416     "Modified: / 07-07-2019 / 23:56:48 / Claus Gittinger"
       
  1417 !
       
  1418 
       
  1419 postOpenWith:aBuilder
  1404 postOpenWith:aBuilder
  1420     super postOpenWith:aBuilder.
  1405     super postOpenWith:aBuilder.
  1421 
  1406 
  1422     self isMultipleVersionBrowser ifTrue:[
  1407     self isMultipleVersionBrowser ifTrue:[
  1423         self withWaitCursorDo:[
  1408         self withWaitCursorDo:[