comment/format in: #openOnFileNamed:editing:
authorClaus Gittinger <cg@exept.de>
Thu, 08 Oct 2009 10:43:37 +0200
changeset 8898 4b07bd1ed9c0
parent 8897 ef971a8188bb
child 8899 d31afe668d45
comment/format in: #openOnFileNamed:editing:
FileBrowserV2.st
--- a/FileBrowserV2.st	Thu Oct 08 10:16:33 2009 +0200
+++ b/FileBrowserV2.st	Thu Oct 08 10:43:37 2009 +0200
@@ -1907,6 +1907,7 @@
     self onDirectory:(f directory).
     self currentFileNameHolder setValue:(Array with:f).
     self open.
+
     editing ifTrue:[
         self openTextEditorForFile:f.
     ] ifFalse:[
@@ -1974,11 +1975,11 @@
 !FileBrowserV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.183 2009-10-01 06:59:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.184 2009-10-08 08:43:37 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.183 2009-10-01 06:59:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.184 2009-10-08 08:43:37 cg Exp $'
 ! !
 
 FileBrowserV2 initialize!