# HG changeset patch # User Claus Gittinger # Date 1443637750 -7200 # Node ID be65d29aab3a33543d9ea0cb31713c640a5059f6 # Parent fdb81c0c7e5183670914d811e3e2c03859aff25a #OTHER class: Tools::CodeView2 added: #backgroundColor: #viewBackground: forward to textview diff -r fdb81c0c7e51 -r be65d29aab3a Tools__CodeView2.st --- a/Tools__CodeView2.st Wed Sep 30 20:22:33 2015 +0200 +++ b/Tools__CodeView2.st Wed Sep 30 20:29:10 2015 +0200 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague All Rights Reserved @@ -821,6 +819,16 @@ "Created: / 27-07-2011 / 13:12:42 / Jan Vrany " ! ! +!CodeView2 methodsFor:'accessing-look'! + +backgroundColor:aColor + textView backgroundColor:aColor +! + +viewBackground:newViewBackground + textView viewBackground:newViewBackground +! ! + !CodeView2 methodsFor:'aspects'! browserHolder