class: Tools::CodeViewService
authorClaus Gittinger <cg@exept.de>
Mon, 02 Feb 2015 12:48:23 +0100
changeset 15169 c3d0f52b7a3b
parent 15168 89ee05d5d610
child 15170 a4ce93833783
class: Tools::CodeViewService added: #highlightClassVariable: comment/format in: #highlightInstanceVariable:
Tools__CodeViewService.st
--- a/Tools__CodeViewService.st	Mon Feb 02 12:20:53 2015 +0100
+++ b/Tools__CodeViewService.st	Mon Feb 02 12:48:23 2015 +0100
@@ -396,7 +396,12 @@
 
 !CodeViewService methodsFor:'misc'!
 
+highlightClassVariable:name
+    "/ intentionally a noop here - redefine in concrete services
+!
+
 highlightInstanceVariable:name
+    "/ intentionally a noop here - redefine in concrete services
 !
 
 showInfo: aString
@@ -479,14 +484,14 @@
 !CodeViewService class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.20 2014-12-04 17:39:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.21 2015-02-02 11:48:23 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.20 2014-12-04 17:39:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeViewService.st,v 1.21 2015-02-02 11:48:23 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeViewService.st,v 1.20 2014-12-04 17:39:35 cg Exp $'
+    ^ '$Id: Tools__CodeViewService.st,v 1.21 2015-02-02 11:48:23 cg Exp $'
 ! !