Tools__NewSystemBrowserCodeView.st
branchjv
changeset 12431 9f0c59c742d5
parent 12406 1fbd331e4489
child 13173 e9da2324940d
--- a/Tools__NewSystemBrowserCodeView.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/Tools__NewSystemBrowserCodeView.st	Wed Feb 27 12:34:59 2013 +0000
@@ -37,7 +37,6 @@
 "
 ! !
 
-
 !NewSystemBrowserCodeView class methodsFor:'initialization'!
 
 initialize
@@ -59,7 +58,6 @@
     "Modified (comment): / 01-07-2011 / 16:21:38 / cg"
 ! !
 
-
 !NewSystemBrowserCodeView class methodsFor:'menu specs'!
 
 editMenuSpec
@@ -194,7 +192,6 @@
     "Modified: / 18-10-2008 / 18:50:01 / Jan Vrany <vranyj1@fel.cvut.cz>"
 ! !
 
-
 !NewSystemBrowserCodeView methodsFor:'accessing'!
 
 browser
@@ -292,7 +289,6 @@
     "Modified: / 04-08-2011 / 19:05:43 / cg"
 ! !
 
-
 !NewSystemBrowserCodeView methodsFor:'accessing-contents'!
 
 list: anObject
@@ -303,7 +299,6 @@
     "Created: / 25-12-2007 / 10:05:17 / janfrog"
 ! !
 
-
 !NewSystemBrowserCodeView methodsFor:'change & update'!
 
 updateParseTree
@@ -315,7 +310,6 @@
     "Modified: / 25-12-2007 / 21:29:28 / janfrog"
 ! !
 
-
 !NewSystemBrowserCodeView methodsFor:'event handling'!
 
 buttonMotion:button x:x y:y 
@@ -409,7 +403,6 @@
     "Modified: / 19-02-2008 / 09:16:11 / janfrog"
 ! !
 
-
 !NewSystemBrowserCodeView methodsFor:'menu'!
 
 browseClassesMenu: classes 
@@ -553,7 +546,6 @@
     "Modified: / 09-09-2012 / 13:24:19 / cg"
 ! !
 
-
 !NewSystemBrowserCodeView methodsFor:'menu - actions'!
 
 accept
@@ -668,7 +660,6 @@
     "Modified: / 19-02-2008 / 09:59:11 / janfrog"
 ! !
 
-
 !NewSystemBrowserCodeView methodsFor:'menu - double dispatch'!
 
 blueButtonMenuForMessageNode:messageNode 
@@ -750,7 +741,6 @@
     "Modified: / 18-02-2008 / 21:05:56 / janfrog"
 ! !
 
-
 !NewSystemBrowserCodeView methodsFor:'private'!
 
 implementorsOf: selector
@@ -774,7 +764,6 @@
     "Created: / 26-12-2007 / 11:37:22 / janfrog"
 ! !
 
-
 !NewSystemBrowserCodeView methodsFor:'private - highlighting'!
 
 highlightClear
@@ -913,7 +902,6 @@
     "Modified: / 01-09-2009 / 22:29:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !NewSystemBrowserCodeView methodsFor:'private - highlighting - nodes'!
 
 highlightLiteralNode: node
@@ -941,7 +929,6 @@
     "Modified: / 18-02-2008 / 20:51:51 / janfrog"
 ! !
 
-
 !NewSystemBrowserCodeView methodsFor:'private - parsing'!
 
 parseTree
@@ -1018,7 +1005,6 @@
     "Created: / 25-12-2007 / 21:16:03 / janfrog"
 ! !
 
-
 !NewSystemBrowserCodeView methodsFor:'private - testing'!
 
 isInstanceVariableNode: node
@@ -1040,13 +1026,17 @@
     "Created: / 21-02-2008 / 09:32:33 / janfrog"
 ! !
 
-
 !NewSystemBrowserCodeView class methodsFor:'documentation'!
 
 version_CVS
     ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowserCodeView.st,v 1.13 2013-01-30 17:56:09 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '§Id: Tools__NewSystemBrowserCodeView.st 7486 2009-10-26 22:06:24Z vranyj1 §'
 ! !