Patch for initial file name selection

Discuss development issues and submit patches here
Post Reply
ajs
Posts: 409
Joined: Mon Jul 05, 2010 6:37 pm

Patch for initial file name selection

Post 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)
ajs
Posts: 409
Joined: Mon Jul 05, 2010 6:37 pm

Re: Patch for initial file name selection

Post 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.
Attachments
patch_18__v163.7z
(6.38 KiB) Downloaded 499 times
Post Reply