Tools__CodeView2.st
changeset 15875 be65d29aab3a
parent 15826 faa2d1d06728
child 15879 9a11c602ebcf
child 15893 8faba2344b0f
equal deleted inserted replaced
15874:fdb81c0c7e51 15875:be65d29aab3a
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
     2  COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague
     5               All Rights Reserved
     3               All Rights Reserved
     6 
     4 
     7 Permission is hereby granted, free of charge, to any person
     5 Permission is hereby granted, free of charge, to any person
   819     ^self methodHolder value: aMethod
   817     ^self methodHolder value: aMethod
   820 
   818 
   821     "Created: / 27-07-2011 / 13:12:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   819     "Created: / 27-07-2011 / 13:12:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
   822 ! !
   820 ! !
   823 
   821 
       
   822 !CodeView2 methodsFor:'accessing-look'!
       
   823 
       
   824 backgroundColor:aColor
       
   825     textView backgroundColor:aColor
       
   826 !
       
   827 
       
   828 viewBackground:newViewBackground
       
   829     textView viewBackground:newViewBackground
       
   830 ! !
       
   831 
   824 !CodeView2 methodsFor:'aspects'!
   832 !CodeView2 methodsFor:'aspects'!
   825 
   833 
   826 browserHolder
   834 browserHolder
   827     browserHolder isNil ifTrue:[
   835     browserHolder isNil ifTrue:[
   828         browserHolder := ValueHolder new
   836         browserHolder := ValueHolder new