[Wish] Show only files of selected extension
Moderators: Hacker, petermad, Stefan2, white
[Wish] Show only files of selected extension
The is a feature very handy which is Alt-+/Alt-- to select/deselect all the files of the same extension.
What i would like to see is a similar key combination key shift-alt-+/shift-alt--
to show only files of the selected extension.
I know this can be done with Ctrl-F12 but it is not the fastest way, because i have to enter the extension.
What i would like to see is a similar key combination key shift-alt-+/shift-alt--
to show only files of the selected extension.
I know this can be done with Ctrl-F12 but it is not the fastest way, because i have to enter the extension.
______________________
David Jorge
Personal License #117854
David Jorge
Personal License #117854
Done
You can use a user function with TC 7b2
use the command browser select usercmd.ini
(cm_CommandBrowser)
create NEW user commands
Assign your commands to some hotkey using configuration
use the command browser select usercmd.ini
(cm_CommandBrowser)
create NEW user commands
Code: Select all
em_doFilter
command : cd
parrameter : \*.%E
Code: Select all
em_doExcludeFilter
command : cd
parrameter : \|*.%E
This function can be realized with ancient versions too:
http://ghisler.ch/board/viewtopic.php?p=57502
http://ghisler.ch/board/viewtopic.php?p=57502
Code: Select all
em_doFilter
cd .
*.%E