#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 28 Nov 2017 19:19:22 +0100
changeset 17809 d513e6482510
parent 17808 207f73476db0
child 17810 892f591a7e57
#DOCUMENTATION by cg class: Tools::CodeView2::TextView category of: #colorChanged #colorDeleted #colorInserted #modifiedChannel:
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 <jan.vrant@fit.cvut,cz>"
-!
-
 originDiffText
     ^ originDiffText
 !
@@ -3321,7 +3314,16 @@
     "Created: / 07-10-2011 / 19:28:11 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!CodeView2::TextView methodsFor:'accessing-colors'!
+!CodeView2::TextView methodsFor:'accessing-channels'!
+
+modifiedChannel: aValueHolder
+
+    super modifiedChannel: aValueHolder
+
+    "Created: / 07-07-2011 / 12:27:11 / Jan Vrany <jan.vrant@fit.cvut,cz>"
+! !
+
+!CodeView2::TextView methodsFor:'accessing-color & font'!
 
 colorChanged
     ^ Color redByte:240 greenByte: 192 blueByte: 192