FileBrowser.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 12435 1f1faf35be04
--- a/FileBrowser.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/FileBrowser.st	Wed Feb 27 12:34:59 2013 +0000
@@ -84,7 +84,6 @@
 "
 ! !
 
-
 !FileBrowser class methodsFor:'instance creation'!
 
 on:aDirectoryPath
@@ -150,7 +149,6 @@
     "Modified: / 17.6.1998 / 11:25:29 / cg"
 ! !
 
-
 !FileBrowser class methodsFor:'aspects'!
 
 directoryBookmarks
@@ -162,7 +160,6 @@
     ^ AbstractFileBrowser directoryHistory.
 ! !
 
-
 !FileBrowser class methodsFor:'defaults'!
 
 defaultIcon
@@ -193,14 +190,12 @@
     "Modified: / 17-09-2007 / 11:36:12 / cg"
 ! !
 
-
 !FileBrowser class methodsFor:'fileList user interaction'!
 
 goodRenameDefaultForFile:oldName lastOld:lastOldName lastNew:lastNewName
     ^ DoWhatIMeanSupport goodRenameDefaultForFile:oldName lastOld:lastOldName lastNew:lastNewName
 ! !
 
-
 !FileBrowser class methodsFor:'history'!
 
 addToCommandHistory:aCommandString for:aFilename
@@ -245,7 +240,6 @@
     VisitedFileHistory addFirst:path.
 ! !
 
-
 !FileBrowser class methodsFor:'icon-presentation'!
 
 addOnIconsFor:aFilename to:anIcon
@@ -313,7 +307,6 @@
     ^ MIMETypeIconLibrary iconKeyForRemoteDirectory:aFilenameArg
 ! !
 
-
 !FileBrowser class methodsFor:'interface specs'!
 
 fileSearchDialogSpec
@@ -446,7 +439,6 @@
       )
 ! !
 
-
 !FileBrowser class methodsFor:'menu specs'!
 
 baseBookmarksMenuSpec
@@ -1476,7 +1468,6 @@
     ^ m
 ! !
 
-
 !FileBrowser class methodsFor:'queries'!
 
 isVisualStartable
@@ -1486,7 +1477,6 @@
     ^ true
 ! !
 
-
 !FileBrowser methodsFor:'aspects'!
 
 anyFilesPresentWithSuffix:suffix
@@ -1882,7 +1872,6 @@
     "Created: / 4.8.1998 / 13:37:37 / cg"
 ! !
 
-
 !FileBrowser methodsFor:'drag & drop'!
 
 canDropObjects:aCollectionOfDropObjects
@@ -1952,7 +1941,6 @@
     "Modified: 6.4.1997 / 14:46:44 / cg"
 ! !
 
-
 !FileBrowser methodsFor:'events'!
 
 handlesKeyPress:key inView:view
@@ -2074,7 +2062,6 @@
     "Modified: / 18.2.1998 / 17:57:44 / cg"
 ! !
 
-
 !FileBrowser methodsFor:'fileList user interaction'!
 
 bigImagePreviewSettingChanged
@@ -3841,7 +3828,6 @@
     "Modified: / 4.8.1998 / 13:44:14 / cg"
 ! !
 
-
 !FileBrowser methodsFor:'help'!
 
 helpTextFor:aComponent
@@ -3868,7 +3854,6 @@
     ^ nil
 ! !
 
-
 !FileBrowser methodsFor:'initialization & release'!
 
 createTabRulerIn:topFrame
@@ -4373,7 +4358,6 @@
     "Created: 24.7.1997 / 18:13:46 / cg"
 ! !
 
-
 !FileBrowser methodsFor:'menu actions'!
 
 addBookmark
@@ -4522,7 +4506,6 @@
     "Modified: / 14.8.1998 / 16:44:00 / cg"
 ! !
 
-
 !FileBrowser methodsFor:'menu actions-cvs'!
 
 cvsAddAndCommitSelection
@@ -4737,7 +4720,6 @@
     "Modified: / 21.10.1998 / 17:02:11 / cg"
 ! !
 
-
 !FileBrowser methodsFor:'misc user interaction'!
 
 closeRequest
@@ -4871,7 +4853,6 @@
     "Modified: 29.5.1996 / 16:13:43 / cg"
 ! !
 
-
 !FileBrowser methodsFor:'pathField user interaction'!
 
 addDirToJavaClassPath
@@ -5203,7 +5184,6 @@
     "Created: 2.8.1997 / 14:11:41 / cg"
 ! !
 
-
 !FileBrowser methodsFor:'private'!
 
 ask:question yesButton:yesButtonText
@@ -5385,7 +5365,6 @@
     ^ aCollection reject:[:fn | fn asFilename isHidden].
 ! !
 
-
 !FileBrowser methodsFor:'private-actions & command execution'!
 
 binaryFileAction:aFilename
@@ -5754,7 +5733,6 @@
     "Modified: 18.9.1997 / 16:58:40 / stefan"
 ! !
 
-
 !FileBrowser methodsFor:'private-directory stuff'!
 
 changeToPreviousDirectory
@@ -6011,7 +5989,6 @@
     "Modified: / 16.12.1998 / 22:55:44 / cg"
 ! !
 
-
 !FileBrowser methodsFor:'private-file I/O'!
 
 readFile:fileName
@@ -6322,7 +6299,6 @@
     "Modified: / 6.5.1999 / 11:45:50 / cg"
 ! !
 
-
 !FileBrowser methodsFor:'private-file stuff'!
 
 doCreateFile:newName
@@ -6678,7 +6654,6 @@
     "Modified: / 21-09-2006 / 18:34:45 / cg"
 ! !
 
-
 !FileBrowser methodsFor:'private-file type & info'!
 
 fileTypeSpecificActions
@@ -6897,7 +6872,6 @@
     ^ (n printStringLeftPaddedTo:5) , unitString.
 ! !
 
-
 !FileBrowser methodsFor:'private-presentation'!
 
 defineTabulatorsForLongList
@@ -7491,7 +7465,6 @@
     "Modified: / 15.11.2001 / 23:49:03 / cg"
 ! !
 
-
 !FileBrowser methodsFor:'queries'!
 
 fileName
@@ -7526,7 +7499,6 @@
     "Modified: / 12.8.1998 / 14:45:48 / cg"
 ! !
 
-
 !FileBrowser class methodsFor:'documentation'!
 
 version
@@ -7537,6 +7509,11 @@
     ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.643 2012-07-27 09:07:58 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '$Id: FileBrowser.st 8048 2012-09-07 17:28:09Z vranyj1 $'
 ! !