suggestion: search as you type

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
hamoid
Junior Member
Junior Member
Posts: 7
Joined: 2004-01-09, 12:43 UTC
Contact:

suggestion: search as you type

Post by *hamoid »

Hi,

I'm used to 'Search as you type' in Firefox.

Since day 1 I have used typing to make TC jump to a file that starts with what I type. (eg. I type 'aut' and the cursor goes to autoexec.bat)

My suggestion here is improve this system, so it does not got to a file whose name starts with 'aut', but to a file that contains 'aut' in the name.

Why? Because sometimes you have several files in a folder with the same beginning, for example:

Code: Select all

helper_curb65.as
helper_fine.as
With this new method we could type 'fine' and the cursor would jump to the second file directly. This is specially useful when we have 20 or 30 files with the same prefix: in those cases the current method is not practical.

Hope someone is interested in this. Greetings,

Abe
User avatar
Hacker
Moderator
Moderator
Posts: 13070
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
petermad
Power Member
Power Member
Posts: 14814
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

Just type *fine to find files that contain fine in the name
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
hamoid
Junior Member
Junior Member
Posts: 7
Joined: 2004-01-09, 12:43 UTC
Contact:

Post by *hamoid »

Thanks for such quick reply!

I didn't know I could type * to achieve this.

Since I'm a AutoHotKey user, I wrote this simple script:

Code: Select all

Rctrl & Lctrl::
send, *
return
Pressing right control and left control is easier for me than finding the * key in a spanish keyboard (shift and '+').

Thanks and greetings =)
User avatar
petermad
Power Member
Power Member
Posts: 14814
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2hamoid
Pressing right control and left control is easier for me than finding the * key in a spanish keyboard (shift and '+').
Isn't there an asterix (*) on the numeric keyboard in Spain ??
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Hacker
Moderator
Moderator
Posts: 13070
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

petermad,
asterix
:mrgreen:

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
petermad
Power Member
Power Member
Posts: 14814
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2Hacker
asterix
I am sure there is an A... on the French keyboard ;-)
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

I'd think a "quickfilter" that could popup where the quicksearch does now would be a nice improvement, it should be "regex" and inherently imply '*' when not wanting '*' then starting the string w/ '^' would be required.

And certainly wouldn't mind regex being available anywhere in the interface that currently doesn't have it.

I know "advanced" display filters have regex, but really no reason to not make it available to a non-advanced filter, or a setting to enable it...

An invert-filter wouldn't hurt either, like can be done with selections.
User avatar
nilsandrey
Junior Member
Junior Member
Posts: 32
Joined: 2003-11-10, 21:44 UTC
Location: Cuba

Post by *nilsandrey »

2Balderstrom
I'd think a "quickfilter" that could popup where the quicksearch does now would be a nice improvement
Maybe is enough with "Configuration > Operation > Quick search : Letters - with search dialog". :idea:
, it should be "regex" and inherently imply '*' when not wanting '*' then starting the string w/ '^' would be requir
I don't think regex available in search as you type will be so useful, but anyway I agree with:
certainly wouldn't mind regex being available anywhere in the interface
hamoid
Junior Member
Junior Member
Posts: 7
Joined: 2004-01-09, 12:43 UTC
Contact:

Post by *hamoid »

petermad wrote:2hamoid
Pressing right control and left control is easier for me than finding the * key in a spanish keyboard (shift and '+').
Isn't there an asterix (*) on the numeric keyboard in Spain ??
Well, yes, there is one in the numpad. But in my case it selects all files (I don't remember if this is the default behaviour).

You can also get a * pressing SHIFT and the + key, on the left side of ENTER, but it's slower than a single key press.

In my oppinion using the * as default behaviour would save us all some time without any real drawbacks...
User avatar
petermad
Power Member
Power Member
Posts: 14814
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

2hamoid
But in my case it selects all files
Oh - yeah sorry :oops: - it works for me because I use Alt+Letter to activate quicksearch - but off course if you use Letter only to activate quicksearch Num* won't work :oops:
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Post Reply