Tools__CodeNavigationService.st
changeset 12486 0a82f2fcb6b3
parent 12485 bb59f9f6c001
child 12517 3a904476a8d2
child 12867 03a18d91ded1
--- a/Tools__CodeNavigationService.st	Tue Mar 19 20:22:13 2013 +0100
+++ b/Tools__CodeNavigationService.st	Tue Mar 19 20:23:55 2013 +0100
@@ -86,8 +86,7 @@
 
 defaultSelectorEmphasis
     DefaultSelectorEmphasis isNil ifTrue:[
-        DefaultSelectorEmphasis :=
-             Array with:(#backgroundColor -> (UserPreferences current selectorBackgroundColorForNavigationService))
+        ^ Array with:(#backgroundColor -> (UserPreferences current selectorBackgroundColorForNavigationService))
     ].
     ^ DefaultSelectorEmphasis
 
@@ -96,7 +95,7 @@
 
 defaultVariableEmphasis
     DefaultVariableEmphasis isNil ifTrue:[
-        DefaultVariableEmphasis := Array with:(#backgroundColor -> (UserPreferences current variableBackgroundColorForNavigationService))
+        ^ Array with:(#backgroundColor -> (UserPreferences current variableBackgroundColorForNavigationService))
     ].
     ^ DefaultVariableEmphasis
 
@@ -625,8 +624,12 @@
 
 !CodeNavigationService class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.22 2013-03-19 19:23:55 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.21 2013-03-19 19:22:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.22 2013-03-19 19:23:55 cg Exp $'
 !
 
 version_SVN