Tools__ChangeSetDiffTool.st
branchjv
changeset 16571 cf319f2e56d0
parent 15934 0dbb17d42cbd
parent 16536 b38565bce1a0
child 17133 f9f20407fbf9
equal deleted inserted replaced
16570:dc5e958a20dc 16571:cf319f2e56d0
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  Copyright (c) 2007-2010 Jan Vrany
     2  Copyright (c) 2007-2010 Jan Vrany
     5  Copyright (c) 2009-2010 eXept Software AG
     3  Copyright (c) 2009-2010 eXept Software AG
     6 
     4 
     7  Permission is hereby granted, free of charge, to any person
     5  Permission is hereby granted, free of charge, to any person
   182 
   180 
   183     "Created: / 01-11-2009 / 10:14:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   181     "Created: / 01-11-2009 / 10:14:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   184 !
   182 !
   185 
   183 
   186 versionNotPresentText
   184 versionNotPresentText
   187     ^ 'Not present' asText allItalic colorizeAllWith:Color gray lighter
   185     ^ 'Not present' allItalic withColor:Color gray lighter
   188 ! !
   186 ! !
   189 
   187 
   190 !ChangeSetDiffTool class methodsFor:'image specs'!
   188 !ChangeSetDiffTool class methodsFor:'image specs'!
   191 
   189 
   192 mergeDiff3AToMergedArrow30x30
   190 mergeDiff3AToMergedArrow30x30
  2827             ]
  2825             ]
  2828         ] ifFalse:[
  2826         ] ifFalse:[
  2829             Dialog warn: (self class resources at: 'Oops, class is gone')
  2827             Dialog warn: (self class resources at: 'Oops, class is gone')
  2830         ]
  2828         ]
  2831     ] ifFalse:[
  2829     ] ifFalse:[
  2832         Dialog error: 'Not yet implemented (Tools::ChangeSetDiffTool>>listMenuBrowse)'.                        
  2830         Dialog error: 'Not yet implemented (Tools::ChangeSetDiffTool » listMenuBrowse)'.                        
  2833     ]
  2831     ]
  2834 
  2832 
  2835     "Created: / 30-11-2011 / 11:30:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  2833     "Created: / 30-11-2011 / 11:30:54 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  2836 !
  2834 !
  2837 
  2835