class: Tools::CodeViewService
authorClaus Gittinger <cg@exept.de>
Sun, 02 Aug 2015 22:19:21 +0200
changeset 15775 efbf490dbb74
parent 15774 84b61629a062
child 15776 17abfc64aa86
child 15778 fd7b69671086
class: Tools::CodeViewService added: #redrawLine:
Tools__CodeViewService.st
--- a/Tools__CodeViewService.st	Sun Aug 02 15:11:04 2015 +0200
+++ b/Tools__CodeViewService.st	Sun Aug 02 22:19:21 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$'
 ! !