Tools__TextDiffTool.st
branchjv
changeset 12431 9f0c59c742d5
parent 12406 1fbd331e4489
child 12626 7ae48abfedac
--- a/Tools__TextDiffTool.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/Tools__TextDiffTool.st	Wed Feb 27 12:34:59 2013 +0000
@@ -63,7 +63,6 @@
 "
 ! !
 
-
 !TextDiffTool class methodsFor:'image specs'!
 
 versionA24x24
@@ -94,7 +93,6 @@
     "Created: / 17-03-2012 / 12:18:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool class methodsFor:'interface specs'!
 
 windowSpec
@@ -185,7 +183,6 @@
       )
 ! !
 
-
 !TextDiffTool class methodsFor:'interface specs - labels'!
 
 versionALabelSpec
@@ -345,7 +342,6 @@
     "Created: / 16-03-2012 / 12:16:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool class methodsFor:'plugIn spec'!
 
 aspectSelectors
@@ -368,7 +364,6 @@
     "Created: / 16-03-2012 / 12:18:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool methodsFor:'accessing'!
 
 label: aString
@@ -451,7 +446,6 @@
     "Created: / 30-08-2011 / 09:45:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool methodsFor:'aspects'!
 
 classHolder
@@ -567,7 +561,6 @@
     "Modified: / 19-07-2011 / 12:54:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool methodsFor:'aspects-versions'!
 
 labelAHolder
@@ -756,11 +749,8 @@
     "Created: / 16-03-2012 / 12:14:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool methodsFor:'change & update'!
 
-
-
 codeAspect:aSymbol
     self codeAspectHolder value:aSymbol
 
@@ -801,7 +791,6 @@
     "Modified (comment): / 16-03-2012 / 12:39:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool methodsFor:'hooks'!
 
 postBuildDiffView:aScrollableView
@@ -823,7 +812,6 @@
     "Created: / 26-07-2012 / 19:13:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool methodsFor:'initialization'!
 
 initialize
@@ -841,12 +829,6 @@
     "Created: / 16-01-2013 / 09:45:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
-!TextDiffTool methodsFor:'private'!
-
- !
-
-
 !TextDiffTool methodsFor:'testing'!
 
 isDiff2
@@ -867,7 +849,6 @@
     "Created: / 19-03-2012 / 11:53:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool class methodsFor:'documentation'!
 
 version
@@ -878,6 +859,11 @@
     ^ '$Header: /cvs/stx/stx/libtool/Tools__TextDiffTool.st,v 1.8 2012-07-27 21:48:04 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '§Id§'
 ! !