Currently, pressing Shift+Up/Down inside Quick search window moves through the matched files but doesn't select them! I want Shift+Up/Down select matched files
sorry if this requisted before, i searched but didn't find any.
Files selection while Quick search
Moderators: Hacker, petermad, Stefan2, white
2ts4242
Hi!
I missed this feature a while ago.
Try this tool
http://www.ghisler.ch/board/viewtopic.php?t=16451
Stitscher
Hi!
I missed this feature a while ago.
Try this tool
http://www.ghisler.ch/board/viewtopic.php?t=16451
Then STRG+A.It shrinks the filelist while typeing

Stitscher
2ts4242
Hi,
You can try these little tools which I have for my personal use. The package contain two addons: A Live filter (only work with files, but it is useful in search list for me) and a Live marker (your request) it work with files & directories.
Know issue: Live marker, clear your clipboard data.
Download from HERE
Hi,
You can try these little tools which I have for my personal use. The package contain two addons: A Live filter (only work with files, but it is useful in search list for me) and a Live marker (your request) it work with files & directories.
Know issue: Live marker, clear your clipboard data.
Download from HERE
I can read English, but... I write like Tarzan. (sorry)
2Sombra
Very nice tools!
Live Marker is simple, it just put the filter into the clipboard and send "cm_LoadSelectionFromClip" to TC, But I have a question about Live Filter, How did you make TC update "user current filter"?
I ask because sometime ago i tryied to make such tool, but didn't successed to update TC "current filter"
Very nice tools!

Live Marker is simple, it just put the filter into the clipboard and send "cm_LoadSelectionFromClip" to TC, But I have a question about Live Filter, How did you make TC update "user current filter"?
I ask because sometime ago i tryied to make such tool, but didn't successed to update TC "current filter"
I'm glad to heard it, thanksVery nice tools! Very Happy

For live filter: I call to an "extended command" (wrote below) with the text between asterisk as parameter.But I have a question about Live Filter, How did you make TC update "user current filter"?
I try add an optional switch for send the text without asterisk (exact match) and other option for send text with an asterisk before the dot (exact start match)
Really is a dynamic custom filter: cd *text_blabla*
Code: Select all
[em_xxx]
menu=prueba
cmd=cd
Param=%A
button=WCMICONS.DLL,25
I can read English, but... I write like Tarzan. (sorry)
very cute!I call to an "extended command" (wrote below) with the text between asterisk as parameter

let the user decide that, just send what the user typeI try add an optional switch for send the text without asterisk (exact match) and other option for send text with an asterisk before the dot (exact start match)
it will be better if you merged the two tools in one and offer a checkbox to switch between filtring and selection
OKlet the user decide that, just send what the user type
Initially I didn't think in release this tools, I only had for my personal use. But Of course, I will consider it. I will try improve the tool according your tipsit will be better if you merged the two tools in one and offer a checkbox to switch between filtring and selection

Thanks for your tips and suggestions

Anyway, about the theme of the original post, I support+ your request, I would like to view these features built-in TC.
I can read English, but... I write like Tarzan. (sorry)