Page 1 of 1
Files selection while Quick search
Posted: 2007-10-30, 15:33 UTC
by ts4242
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.
Posted: 2007-10-30, 15:48 UTC
by Stitscher
2
ts4242
Hi!
I missed this feature a while ago.
Try this tool
http://www.ghisler.ch/board/viewtopic.php?t=16451
It shrinks the filelist while typeing
Then STRG+A.
Stitscher
Posted: 2007-10-30, 23:15 UTC
by Sombra
2
ts4242
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
Posted: 2007-10-31, 15:26 UTC
by ts4242
2
Sombra
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"
Posted: 2007-10-31, 21:54 UTC
by Sombra
Very nice tools! Very Happy
I'm glad to heard it, thanks
But I have a question about Live Filter, How did you make TC update "user current filter"?
For live filter: I call to an "extended command" (wrote below) with the text between asterisk as parameter.
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
BTW: Pipeline can be used for both tools too.
Posted: 2007-10-31, 23:13 UTC
by ts4242
I call to an "extended command" (wrote below) with the text between asterisk as parameter
very cute!

I liked it
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)
let the user decide that, just send what the user type
it will be better if you merged the two tools in one and offer a checkbox to switch between filtring and selection
Posted: 2007-11-01, 11:27 UTC
by Sombra
let the user decide that, just send what the user type
OK
it will be better if you merged the two tools in one and offer a checkbox to switch between filtring and selection
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 tips

. But until the next week I can`t do anything. lool. When it is modified, I'll write a new post in the plugins and addons forum.
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.