Tools__TextDiffTool.st
branchjv
changeset 15566 184cea584be5
parent 12626 7ae48abfedac
parent 14088 318d750ba298
--- a/Tools__TextDiffTool.st	Sun Jan 12 23:30:25 2014 +0000
+++ b/Tools__TextDiffTool.st	Wed Apr 01 10:38:01 2015 +0100
@@ -63,7 +63,6 @@
 "
 ! !
 
-
 !TextDiffTool class methodsFor:'image specs'!
 
 versionA24x24
@@ -94,19 +93,8 @@
     "Created: / 17-03-2012 / 12:18:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool class methodsFor:'interface specs'!
 
-
-
-
-
-
-
-
-
-
-
 windowSpec
     "This resource specification was automatically generated
      by the UIPainter of ST/X."
@@ -195,7 +183,6 @@
       )
 ! !
 
-
 !TextDiffTool class methodsFor:'interface specs - labels'!
 
 versionALabelSpec
@@ -302,8 +289,6 @@
     "Modified: / 30-06-2011 / 20:53:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-
-
 versionCLabelSpec
     "This resource specification was automatically generated
      by the UIPainter of ST/X."
@@ -357,7 +342,6 @@
     "Created: / 16-03-2012 / 12:16:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool class methodsFor:'plugIn spec'!
 
 aspectSelectors
@@ -380,7 +364,6 @@
     "Created: / 16-03-2012 / 12:18:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool methodsFor:'accessing'!
 
 label: aString
@@ -463,7 +446,6 @@
     "Created: / 30-08-2011 / 09:45:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool methodsFor:'aspects'!
 
 classHolder
@@ -540,17 +522,14 @@
     ].
 !
 
-
-
-
-
 diffView
 "/    diffView isNil ifTrue:[
         diffView := self initializeDiffView.
 "/    ].
-    ^diffView
+   ^diffView
 
     "Created: / 16-01-2013 / 09:45:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 02-03-2014 / 00:16:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 labelHolder
@@ -581,14 +560,7 @@
     diffView notNil ifTrue:[diffView languageHolder: aValueHolder].
 
     "Modified: / 19-07-2011 / 12:54:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
-
-
-
-
- !
-
+! !
 
 !TextDiffTool methodsFor:'aspects-versions'!
 
@@ -778,11 +750,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
 
@@ -815,23 +784,16 @@
     "Created: / 16-03-2012 / 12:36:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-
-
 updateAfterAorBorCChanged
     "Called whenever one of the texts changes"
 
     ^ self subclassResponsibility
 
     "Modified (comment): / 16-03-2012 / 12:39:52 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
- !
-
+! !
 
 !TextDiffTool methodsFor:'hooks'!
 
-
-
 postBuildDiffView:aScrollableView
 
     diffView := aScrollableView.
@@ -851,7 +813,6 @@
     "Created: / 26-07-2012 / 19:13:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool methodsFor:'initialization'!
 
 initialize
@@ -869,20 +830,6 @@
     "Created: / 16-01-2013 / 09:45:49 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
-!TextDiffTool methodsFor:'private'!
-
-
-
-
-
-
-
-
-
- !
-
-
 !TextDiffTool methodsFor:'testing'!
 
 isDiff2
@@ -903,15 +850,14 @@
     "Created: / 19-03-2012 / 11:53:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !TextDiffTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TextDiffTool.st,v 1.9 2013-03-29 07:27:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TextDiffTool.st,v 1.12 2014-03-02 00:17:39 vrany Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TextDiffTool.st,v 1.9 2013-03-29 07:27:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TextDiffTool.st,v 1.12 2014-03-02 00:17:39 vrany Exp $'
 !
 
 version_HG
@@ -920,6 +866,6 @@
 !
 
 version_SVN
-    ^ '§Id§'
+    ^ '$Id: Tools__TextDiffTool.st,v 1.12 2014-03-02 00:17:39 vrany Exp $'
 ! !