AbstractFileFinderApplicationComponent.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 12626 7ae48abfedac
--- a/AbstractFileFinderApplicationComponent.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/AbstractFileFinderApplicationComponent.st	Wed Feb 27 12:34:59 2013 +0000
@@ -37,7 +37,6 @@
 "
 ! !
 
-
 !AbstractFileFinderApplicationComponent methodsFor:'accessing'!
 
 accessLock
@@ -58,7 +57,6 @@
     "Modified (format): / 11-01-2012 / 22:41:01 / cg"
 ! !
 
-
 !AbstractFileFinderApplicationComponent methodsFor:'actions'!
 
 changeInformationTo:aString
@@ -198,7 +196,6 @@
     ].
 ! !
 
-
 !AbstractFileFinderApplicationComponent methodsFor:'aspects'!
 
 autoSelectInBrowser
@@ -290,7 +287,6 @@
     ^ shownListHolder.
 ! !
 
-
 !AbstractFileFinderApplicationComponent methodsFor:'change & update'!
 
 update:something with:aParameter from:changedObject
@@ -307,7 +303,6 @@
     super update:something with:aParameter from:changedObject
 ! !
 
-
 !AbstractFileFinderApplicationComponent methodsFor:'drag & drop'!
 
 getDisplayObjects:anArgument
@@ -350,7 +345,6 @@
         ].
 ! !
 
-
 !AbstractFileFinderApplicationComponent methodsFor:'event handling'!
 
 fileDoubleClick:entries
@@ -438,7 +432,6 @@
     ^ false
 ! !
 
-
 !AbstractFileFinderApplicationComponent methodsFor:'initialization'!
 
 initialize
@@ -451,7 +444,6 @@
     "Modified: / 12-01-2012 / 01:39:27 / cg"
 ! !
 
-
 !AbstractFileFinderApplicationComponent methodsFor:'queries'!
 
 hasOneFileSelected
@@ -467,7 +459,6 @@
     ^ sel notEmptyOrNil
 ! !
 
-
 !AbstractFileFinderApplicationComponent methodsFor:'tasks'!
 
 stopSearchTaskOrAbort
@@ -483,7 +474,6 @@
     "Created: / 12-01-2012 / 01:48:42 / cg"
 ! !
 
-
 !AbstractFileFinderApplicationComponent class methodsFor:'documentation'!
 
 version
@@ -494,6 +484,11 @@
     ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.8 2013-01-26 21:27:34 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '$Id: AbstractFileFinderApplicationComponent.st 7854 2012-01-30 17:49:41Z vranyj1 $'
 ! !