Is there a setting I can toggle or some other trick I can use that will automatically expand a folder if I am creating a new subfolder via the context menu? I notice now that if the folder is not already expanded and I create a new folder underneath I do not get to rename it inline... it just creates it as New Folder.
Here is the code for a files type context menu:
//New Folder Within a Selected Folder and Go to It
@disablenosel:numdirs=1
@nodeselect
@Set FolderName {dlgstringS|Create a New Folder\n\nPlease enter the new subfolder name.|New Folder}
CreateFolder "{filepath}{$FolderName}"
//Displays the parent folder with the new folder unexpanded
Go EXPANDBRANCH
The title is: New Folder in a Selected Folder - No Action If No Folder Selected