Page 1 of 1

Patch for initial file name selection

Posted: Sun Jan 09, 2011 11:16 pm
by ajs
Patch for initial file name selection (see http://www.explorerplusplus.com/forum/v ... ?f=4&t=625)

It adds a check box <File rename initial selection is "full name"> in Options -> Files and Folders.
If not set, F2 selects the filename only, Shift+F2 selects filename+extensions
If set, F2 selects filename+extensions, Shift+F2 selects the filename only.
Also:
- F2 repeatedly selects among: filename -> filename+extensions -> extension -> filename
- Shift+F2 repeatedly selects among: filename <- filename+extensions <- extension <- filename

All this works for the listview control, not for the treeview (where there is only full selection at the moment). Selection on the treeview is for another patch, even though I have already added some code for that with this patch.

Patch 17 has been removed because it is obsolete and replaced by patch 18 (see below)

Re: Patch for initial file name selection

Posted: Tue Jan 11, 2011 4:20 pm
by ajs
This patch extends the above functions (F2, Shift+F2) to the treeview as well.
Also adds the possibility to move to the previous item when renaming files in the listview using Shift+TAB or Shift+F6 (similar to the existing function of TAB or F6 to move to the next item).
Finally cleans up some software introduced by patch 17 and no longer needed.