DirectoryContentsBrowser.st
changeset 16936 2d11a0d97ad5
parent 16909 61c7ba68f70c
child 17029 3e5b4af7b64e
child 17134 c4cce8b7a95d
--- a/DirectoryContentsBrowser.st	Wed Oct 12 18:47:04 2016 +0200
+++ b/DirectoryContentsBrowser.st	Wed Oct 12 18:47:16 2016 +0200
@@ -1846,12 +1846,15 @@
     rawKey := anEvent rawKey.
 
    "/ (key ~= #'Alt_L') ifTrue:[self halt.].
-    key == #Accept ifTrue:[
-        self withActivityIndicationDo:[
-            self fileFileIn.
-        ].
-        ^ true.
-    ].
+   "/ cg: removed; too dangerous, because it depends on which view has
+   "/ the focus - in the codeView, it is a save; in the list, it is a fileIn.
+   "/ this is confusing to newcomers.
+"/    key == #Accept ifTrue:[
+"/        self withActivityIndicationDo:[
+"/            self fileFileIn.
+"/        ].
+"/        ^ true.
+"/    ].
     key == #Paste ifTrue:[
         self pasteFiles.
         ^ true.