VersionDiffBrowser.st
changeset 15632 7e30b48cebfd
parent 15621 853a92e576ac
child 15633 a5312b3cd197
equal deleted inserted replaced
15631:b034f8b18413 15632:7e30b48cebfd
   603                (MenuItem
   603                (MenuItem
   604                   label: 'Include Category Changes'
   604                   label: 'Include Category Changes'
   605                   itemValue: includeCategoryChanges:
   605                   itemValue: includeCategoryChanges:
   606                   indication: includeCategoryChangesHolder
   606                   indication: includeCategoryChangesHolder
   607                 )
   607                 )
       
   608                (MenuItem
       
   609                   label: '-'
       
   610                 )
       
   611                (MenuItem
       
   612                   label: 'Show Log Messages'
       
   613                   itemValue: showLogMessages
       
   614                 )
   608                )
   615                )
   609               nil
   616               nil
   610               nil
   617               nil
   611             )
   618             )
   612           )
   619           )
  1293 	    ]
  1300 	    ]
  1294 	]
  1301 	]
  1295     ]
  1302     ]
  1296 
  1303 
  1297     "Modified: / 15-08-2010 / 21:35:00 / cg"
  1304     "Modified: / 15-08-2010 / 21:35:00 / cg"
       
  1305 !
       
  1306 
       
  1307 showLogMessages
       
  1308     methodsOnlyInASelection value:nil.
       
  1309     methodsOnlyInBSelection value:nil.
       
  1310     methodsChangedSelection value:nil.
  1298 ! !
  1311 ! !
  1299 
  1312 
  1300 !VersionDiffBrowser methodsFor:'aspects'!
  1313 !VersionDiffBrowser methodsFor:'aspects'!
  1301 
  1314 
  1302 boxAVisible
  1315 boxAVisible
  2958 ! !
  2971 ! !
  2959 
  2972 
  2960 !VersionDiffBrowser class methodsFor:'documentation'!
  2973 !VersionDiffBrowser class methodsFor:'documentation'!
  2961 
  2974 
  2962 version
  2975 version
  2963     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.124 2015-05-08 10:02:18 cg Exp $'
  2976     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.125 2015-05-11 16:33:51 cg Exp $'
  2964 !
  2977 !
  2965 
  2978 
  2966 version_CVS
  2979 version_CVS
  2967     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.124 2015-05-08 10:02:18 cg Exp $'
  2980     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.125 2015-05-11 16:33:51 cg Exp $'
  2968 ! !
  2981 ! !
  2969 
  2982