Create a new folder

Features wanted...
Post Reply
jpjnh
Posts: 5
Joined: 03 Mar 2008 22:32
Location: NH, USA

Create a new folder

Post by jpjnh »

I have the file list set up to not show folders. When I add a new
folder, it appears in the file list, where I name it. Would it be
possible to have the newly created folder naming done in the tree when
folders are hidden in the file list?

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Post by serendipity »

Hi and welcome to XYplorer club! :D
You can do that by right-clicking a folder in the tree and choosing "Create new subfolder here".

jpjnh
Posts: 5
Joined: 03 Mar 2008 22:32
Location: NH, USA

Post by jpjnh »

I am more of a keyboard guy, so I use the keyboard hotkey to add a folder. The new folder is displayed in the file pane even if the focus was on the tree.

admin
Site Admin
Posts: 66294
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Post by admin »

jpjnh wrote:I am more of a keyboard guy, so I use the keyboard hotkey to add a folder. The new folder is displayed in the file pane even if the focus was on the tree.
Yep, that's obviously strange. I'll check if that strangeness has any deeper reason, else I will change it as you want it.

jacky
XYwiki Master
Posts: 3106
Joined: 23 Aug 2005 22:25
Location: France
Contact:

Post by jacky »

Code: Select all

    * Menu Edit | New | New Folder: Now, the rename box is opened in 
      Tree when the focus was on Tree when the command was triggered by 
      keyboard. Before, the rename box was always opened in List when the 
      command was triggered by keyboard. 
Ok, so does that work ? Cause right now if I'm on List but with folders hidden, and press Ctrl+N (Edit|New|New Folder) then it's happening on List still.
And if the focus was on Tree, well, it's happening on List anyway !

Am I missing something ?
Proud XYplorer Fanatic

admin
Site Admin
Posts: 66294
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Post by admin »

jacky wrote:

Code: Select all

    * Menu Edit | New | New Folder: Now, the rename box is opened in 
      Tree when the focus was on Tree when the command was triggered by 
      keyboard. Before, the rename box was always opened in List when the 
      command was triggered by keyboard. 
Ok, so does that work ? Cause right now if I'm on List but with folders hidden, and press Ctrl+N (Edit|New|New Folder) then it's happening on List still.
And if the focus was on Tree, well, it's happening on List anyway !

Am I missing something ?
Whoops, I should have taken this out of the history. It was actually overwritten on the same day by this change:

Code: Select all

    + CKS | Miscellaneous | Tree: Added command "Create New Subfolder 
      Here". Creates new folder under the current Tree folder, and opens 
      rename box in Tree.
      Note: This command is featured in the Tree items' context menu 
      since long. Before, the keyboard shortcut for New Folder (Ctrl+N) 
      was displayed here, but that was not correct because the commands 
      are not the same: "New Folder" opens the rename box in the List, 
      whereas "Create New Subfolder Here" opens it in the Tree.

Post Reply