# HG changeset patch # User Claus Gittinger # Date 1511893162 -3600 # Node ID d513e648251014cc0f00dc8ac007b9e9ea115db2 # Parent 207f73476db0641d1dba44d5d4560fd15c153895 #DOCUMENTATION by cg class: Tools::CodeView2::TextView category of: #colorChanged #colorDeleted #colorInserted #modifiedChannel: diff -r 207f73476db0 -r d513e6482510 Tools__CodeView2.st --- a/Tools__CodeView2.st Tue Nov 28 19:18:57 2017 +0100 +++ b/Tools__CodeView2.st Tue Nov 28 19:19:22 2017 +0100 @@ -3299,13 +3299,6 @@ "Modified (format): / 17-07-2012 / 18:56:50 / cg" ! -modifiedChannel: aValueHolder - - super modifiedChannel: aValueHolder - - "Created: / 07-07-2011 / 12:27:11 / Jan Vrany " -! - originDiffText ^ originDiffText ! @@ -3321,7 +3314,16 @@ "Created: / 07-10-2011 / 19:28:11 / Jan Vrany " ! ! -!CodeView2::TextView methodsFor:'accessing-colors'! +!CodeView2::TextView methodsFor:'accessing-channels'! + +modifiedChannel: aValueHolder + + super modifiedChannel: aValueHolder + + "Created: / 07-07-2011 / 12:27:11 / Jan Vrany " +! ! + +!CodeView2::TextView methodsFor:'accessing-color & font'! colorChanged ^ Color redByte:240 greenByte: 192 blueByte: 192