<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 8 Aug 2016, at 18:53, Curt Sellmer wrote:</p>

<p dir="auto"></p></div>
<div style="white-space:pre-wrap"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div dir="auto">1. When I select a directory in the file browser and the selected directory
</div><div dir="auto">is not open (ie. the triangle is pointing to the right) and press ^⌘N the
</div><div dir="auto">file is created not in the selected directory but as a sibling to the
</div><div dir="auto">selected directory.  Perhaps this is by design?
</div></blockquote></div>
<div style="white-space:normal">

<p dir="auto">The rationale is that you can have a directory with only other directories, if we always created inside the selected item, the user would have to take extra steps to select the parent (or deselect if parent is the file browser’s root).</p>

<p dir="auto">This is also relevant when using copy/paste in the file browser (which use the same logic).</p>

<p dir="auto"></p></div>
<div style="white-space:pre-wrap"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><div dir="auto">3. When I select a directory in the file browser and press ⌥⌘N, (regardless
</div><div dir="auto">of whether the directory is open or closed) I always get an untitled
</div><div dir="auto">document with type 'text.plain'.   When I subsequently save the file it
</div><div dir="auto">correctly goes into the directory that was selected.
</div><div dir="auto">
</div><div dir="auto">- I'm guessing that with ⌥⌘N the file type is not being assigned because
</div><div dir="auto">the untitled doc does not yet actually exist in the directory.
</div></blockquote></div>
<div style="white-space:normal">

<p dir="auto">Correct, in that <em>New Tab</em> (⌥⌘N) does not reference the file browser. But I can try to make it do it, though it would fall victim to the same logic about needing to have the selected folder expanded.</p>

<p dir="auto">I may revise the thing about expanded folder, but it introduces some code complexity because then we ought to expand the folder when creating a new file, and folder content is loaded asynchronously…</p>
</div>
</div>
</body>
</html>