Tools__CodeView2.st
changeset 17809 d513e6482510
parent 17770 2555e5410582
child 17893 dea9d14caed4
--- 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