Tools__CodeViewService.st
branchjv
changeset 15776 17abfc64aa86
parent 15566 184cea584be5
parent 15775 efbf490dbb74
child 16572 ab23beb4bba6
--- a/Tools__CodeViewService.st	Sat Aug 01 06:50:50 2015 +0200
+++ b/Tools__CodeViewService.st	Mon Aug 03 06:58:13 2015 +0200
@@ -437,6 +437,10 @@
     "Intentionally left blank, to be overriden by subclasses"
 
     "Created: / 17-06-2011 / 13:49:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+redrawLine:line
+    gutterView redrawLine:line
 ! !
 
 !CodeViewService methodsFor:'registering'!
@@ -484,14 +488,14 @@
 !CodeViewService class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.21 2015-02-02 11:48:23 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.21 2015-02-02 11:48:23 cg Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeViewService.st,v 1.21 2015-02-02 11:48:23 cg Exp $'
+    ^ '$Id$'
 ! !