FileBrowser.st
changeset 3954 78e29a3ea4c1
parent 3953 4fd0ed70cf36
child 3962 3906b10c42fd
--- a/FileBrowser.st	Tue Oct 08 10:20:23 2002 +0200
+++ b/FileBrowser.st	Tue Oct 08 10:42:58 2002 +0200
@@ -13,21 +13,21 @@
 "{ Package: 'stx:libtool' }"
 
 StandardSystemView subclass:#FileBrowser
-        instanceVariableNames:'menuPanel labelView filterField fileListView subView
-                currentDirectory fileList checkBlock checkDelta timeOfLastCheck
-                myName killButton pauseToggle compressTabs lockUpdate
-                previousDirectory currentFileName timeOfFileRead tabSpec
-                commandView commandIndex fileEncoding tabRulerView scrollView
-                icons matchedIcons listUpdateProcess currentFileInFileName
-                lastFileDiffDirectory sortByWhat sortCaseless showingDetails
-                showingTimeAndDate showingHiddenFiles showingBigImagePreview
-                imagePreviewView imageRenderProcess dosEOLMode doAutoUpdate
-                doNotShowFontDialog lastEnforcedNameSpace'
-        classVariableNames:'DirectoryBookmarks HistorySize DefaultIcon CommandHistory
-                CommandHistorySize Icons MatchedIcons DefaultCommandPerSuffix
-                DefaultCommandPerMIME VisitedFileHistory LastEnforcedNameSpace'
-        poolDictionaries:''
-        category:'Interface-Tools-File'
+	instanceVariableNames:'menuPanel labelView filterField fileListView subView
+		currentDirectory fileList checkBlock checkDelta timeOfLastCheck
+		myName killButton pauseToggle compressTabs lockUpdate
+		previousDirectory currentFileName timeOfFileRead tabSpec
+		commandView commandIndex fileEncoding tabRulerView scrollView
+		icons matchedIcons listUpdateProcess currentFileInFileName
+		lastFileDiffDirectory sortByWhat sortCaseless showingDetails
+		showingTimeAndDate showingHiddenFiles showingBigImagePreview
+		imagePreviewView imageRenderProcess dosEOLMode doAutoUpdate
+		doNotShowFontDialog lastEnforcedNameSpace'
+	classVariableNames:'DirectoryBookmarks HistorySize DefaultIcon CommandHistory
+		CommandHistorySize Icons MatchedIcons DefaultCommandPerSuffix
+		DefaultCommandPerMIME VisitedFileHistory LastEnforcedNameSpace'
+	poolDictionaries:''
+	category:'Interface-Tools-File'
 !
 
 !FileBrowser class methodsFor:'documentation'!
@@ -8113,5 +8113,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.506 2002-10-08 08:20:09 penk Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.507 2002-10-08 08:42:52 penk Exp $'
 ! !