FileVersionDiffBrowser.st
changeset 3807 8f68f4fb0756
parent 3754 0ec001ff25a7
child 3847 f18d0b3cc419
equal deleted inserted replaced
3806:17b4f413d051 3807:8f68f4fb0756
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2019 by eXept Software AG
     4  COPYRIGHT (c) 2019 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
  1409             self updateVersionList.
  1411             self updateVersionList.
  1410         ]
  1412         ]
  1411     ]
  1413     ]
  1412 ! !
  1414 ! !
  1413 
  1415 
  1414 !FileVersionDiffBrowser methodsFor:'menu action'!
  1416 !FileVersionDiffBrowser methodsFor:'menu actions'!
  1415 
  1417 
  1416 mainMenu
  1418 mainMenu
  1417     "if this application runs as an subapplication,
  1419     "if this application runs as an subapplication,
  1418      the menu bar should not be used."
  1420      the menu bar should not be used."
  1419 
  1421 
  1442 
  1444 
  1443     "Created: / 05-02-2017 / 10:07:36 / cg"
  1445     "Created: / 05-02-2017 / 10:07:36 / cg"
  1444 !
  1446 !
  1445 
  1447 
  1446 openDocumentation
  1448 openDocumentation
       
  1449     "Called when <F1> is pressed"
       
  1450 
  1447     HTMLDocumentView openFullOnDocumentationFile:'tools/misc/TOP.html#VERSIONDIFF'
  1451     HTMLDocumentView openFullOnDocumentationFile:'tools/misc/TOP.html#VERSIONDIFF'
  1448 !
  1452 !
  1449 
  1453 
  1450 versionMenuCompareAgainstNextVersion
  1454 versionMenuCompareAgainstNextVersion
  1451     |fn selectedVersion nextVersion|
  1455     |fn selectedVersion nextVersion|