Tools__CodeView2.st
changeset 14492 feacc657658d
parent 14447 10f98c40548b
child 14495 2507816f2ee1
--- a/Tools__CodeView2.st	Fri Jun 13 15:06:53 2014 +0200
+++ b/Tools__CodeView2.st	Fri Jun 13 15:07:25 2014 +0200
@@ -30,11 +30,10 @@
 SimpleView subclass:#CodeView2
 	instanceVariableNames:'gutterView textView textViewScroller methodHolder languageHolder
 		classHolder browserHolder codeAspect modifiedChannel
-		showGutterChannel showAcceptCancelBarChannel modeHolder
-		serviceManager services servicesFromClient syntaxElements
-		currentParseNodeHolder currentBlockNodeHolder
-		syntaxElementSelection highlightEmphasis diffMode
-		synchronizedCodeViews'
+		showGutterChannel showAcceptCancelBarChannel modeHolder services
+		servicesFromClient syntaxElements currentParseNodeHolder
+		currentBlockNodeHolder syntaxElementSelection highlightEmphasis
+		diffMode synchronizedCodeViews'
 	classVariableNames:'TraceSelectors'
 	poolDictionaries:''
 	category:'Interface-CodeView'
@@ -3910,15 +3909,15 @@
 !CodeView2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.149 2014-06-04 09:12:26 az Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.150 2014-06-13 13:07:25 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.149 2014-06-04 09:12:26 az Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.150 2014-06-13 13:07:25 vrany Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2.st,v 1.149 2014-06-04 09:12:26 az Exp $'
+    ^ '$Id: Tools__CodeView2.st,v 1.150 2014-06-13 13:07:25 vrany Exp $'
 ! !