VersionDiffBrowser.st
changeset 15633 a5312b3cd197
parent 15632 7e30b48cebfd
child 15634 fb1ac619f9c3
child 16530 e782300feea8
equal deleted inserted replaced
15632:7e30b48cebfd 15633:a5312b3cd197
  1303 
  1303 
  1304     "Modified: / 15-08-2010 / 21:35:00 / cg"
  1304     "Modified: / 15-08-2010 / 21:35:00 / cg"
  1305 !
  1305 !
  1306 
  1306 
  1307 showLogMessages
  1307 showLogMessages
       
  1308     "the UI shows code-diffs if any change is selected, and version log entries otherwise.
       
  1309      But there is no way to deselect any of the method-change-lists, to go back to log-messages,
       
  1310      once a method has been looked at.
       
  1311      This view-menu entry helps."
       
  1312 
  1308     methodsOnlyInASelection value:nil.
  1313     methodsOnlyInASelection value:nil.
  1309     methodsOnlyInBSelection value:nil.
  1314     methodsOnlyInBSelection value:nil.
  1310     methodsChangedSelection value:nil.
  1315     methodsChangedSelection value:nil.
  1311 ! !
  1316 ! !
  1312 
  1317 
  2971 ! !
  2976 ! !
  2972 
  2977 
  2973 !VersionDiffBrowser class methodsFor:'documentation'!
  2978 !VersionDiffBrowser class methodsFor:'documentation'!
  2974 
  2979 
  2975 version
  2980 version
  2976     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.125 2015-05-11 16:33:51 cg Exp $'
  2981     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.126 2015-05-11 16:35:49 cg Exp $'
  2977 !
  2982 !
  2978 
  2983 
  2979 version_CVS
  2984 version_CVS
  2980     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.125 2015-05-11 16:33:51 cg Exp $'
  2985     ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.126 2015-05-11 16:35:49 cg Exp $'
  2981 ! !
  2986 ! !
  2982 
  2987