QuickSearch eXtended

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

@Samuel:
I have checked your source code, seems to be a typical timing problem:

Code: Select all

if(QSvisible==0 && INI_override_search!=0 && WinExist("ahk_class TQUICKSEARCH")){
If "WinExist" is changed to "WinActive", the second piece is not split to the top of the other panel anymore.

The only way to force it to split after this change is by changing the panel and pressing a key almost at the same time when quicksearch is already active. In this case the GUI isn't transported to the other panel because the script doesn't realize the panel change. Anyway, that problem is harder to fix, so it can be tolerated. ;)
This account is for sale
jenda
New Member
New Member
Posts: 1
Joined: 2010-11-16, 21:44 UTC

uninstall?

Post by *jenda »

I have finally decided not to use this plugin.
I have deleted all files tcmatch.* but it still works!
I tried also run another instance of TC - portable, totally independent and the shortcut ctrl+S wors there too.
Can I ask how to unistall totally?
I also dont see it in the list of processes after pressing ctrl+alt+del.
I use XP SP3
thanks for your reply
Jan
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

TC itself provides the basic filter functionality since TC 7.5.
You may press Strg+S to turn off filtering.

You can furthermore customize Quick Search / Quick Filter in Options > Quicksearch.

Hope that was clear and helps.
User avatar
eugensyl
Power Member
Power Member
Posts: 564
Joined: 2004-06-03, 18:27 UTC
Location: România
Contact:

Post by *eugensyl »

Samuel wrote:TC itself provides the basic filter functionality since TC 7.5.
I still use tcmatch but few days ago I receive a virus warning. Please try VirusTotal and recompile your application.
Of course that anti-virus software are not the best but I can't ignore a warning message when more than 2-3 have something to say. :(

Thanks in advance.
My Best Wishes,

Eugen
User avatar
Peter
Power Member
Power Member
Posts: 2064
Joined: 2003-11-13, 13:40 UTC
Location: Schweiz

Post by *Peter »

eugensyl wrote:...Of course that anti-virus software are not the best...
Have you tried http://www.virustotal.com ?

Peter
TC 10.xx / #266191
Win 10 x64
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

I think the problem is the upx scrambled AHK_L executeable file.

Here are the reports:
tcmatch.exe
tcmatch.dll

You may remove the tcmatch.exe. Its only needed to fill the tcmatch.ini. You may also compile it yourself.
User avatar
eugensyl
Power Member
Power Member
Posts: 564
Joined: 2004-06-03, 18:27 UTC
Location: România
Contact:

Post by *eugensyl »

Peter wrote:
eugensyl wrote:...Of course that anti-virus software are not the best...
Have you tried http://www.virustotal.com ?

Peter
Ok, the checked antiviruses from virustotal are not the best.
I have from some of them more trust.

When i receive more than one warning I became nervous and try to remove from my software tool that application.

Another example is CD-ISO.exe which is great hi-speed but it have a lot of bugs (or realy viruses).

Anyway Samuel understood the idea. Thanks Samuel.
My Best Wishes,

Eugen
bettersjb
Junior Member
Junior Member
Posts: 10
Joined: 2011-01-14, 15:19 UTC

Post by *bettersjb »

good,using it.
laonongaiyumi
Junior Member
Junior Member
Posts: 4
Joined: 2009-01-18, 13:53 UTC

Post by *laonongaiyumi »

Thank u very very much, i'm a user from china, your work is my favourite plugin of tc.

Sorry for my poor english, but I want to report a bug: No matter click the button at right down corner in the tcmatch.exe's UI, or click the button of filter interface in the tc, for example, "Match only at the beginning of files/words", "Case Sensitive", "Invert the result", etc, the result is alway wrong: the target windows go to my computer! How to restore? go back twice. The first time it became the control panel, the second restore the original.
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

So far I understood:
You click on any of the buttons in the QuickSearch eXtended gui and when doing so TC changes the path of its target panel to "my computer".

When an option is changed via the QuickSearch eXtended gui I send the following 3 key combinations to TC:
ctrl + s / space / backspace.

The reason is this:
If you click a button in the QuickSearch eXtended gui, then the TC window looses focus. (And without the focus the QuickSearch window of TC is closed)

So I reactivate the QuickSearch window of TC with the default hotkey: ctrl + s
After this I send space and backspace to refresh the filelist to reflect the changes made in the QuickSearch eXtended gui.

Could you please manually send the 3 key combinations to TC: ctrl + s / space / backspace.
Report back if they are the reason for the change in the target panel.
laonongaiyumi
Junior Member
Junior Member
Posts: 4
Joined: 2009-01-18, 13:53 UTC

Post by *laonongaiyumi »

Dear Samuel, Sorry so long to come back.
Exactly, this is indeed the final answer is, my control panel shortcut key is ctrl + s, I changed the shortcut keys like, and very, very grateful.
User avatar
ElQuia
Junior Member
Junior Member
Posts: 79
Joined: 2009-04-18, 23:44 UTC
Location: Córdoba, Argentina

Post by *ElQuia »

For when x64 version please?
User avatar
Peter
Power Member
Power Member
Posts: 2064
Joined: 2003-11-13, 13:40 UTC
Location: Schweiz

QuickSearchExtended for folders

Post by *Peter »

Maybe I missed a standard feature/setting in TC, but I am not able to use QuickSerach(Extended) for folder-names.

I have a main-folder with 1000 subfolders, and I want to filter the folders in the same way I can filter files.

How to do it?

Peter
TC 10.xx / #266191
Win 10 x64
User avatar
Samuel
Power Member
Power Member
Posts: 1930
Joined: 2003-08-29, 15:44 UTC
Location: Germany, Brandenburg an der Havel
Contact:

Post by *Samuel »

I currently try to get the 64-bit Version to work.

2Peter:
By default the folders are filtered to. You should have changed the following setting in the "tcmatch.ini":

Code: Select all

filter_files_and_folders=3
Edit: Its not a bug, its a feature. ;-)
User avatar
ElQuia
Junior Member
Junior Member
Posts: 79
Joined: 2009-04-18, 23:44 UTC
Location: Córdoba, Argentina

Post by *ElQuia »

Samuel wrote:I currently try to get the 64-bit Version to work.
Niiiccceeee, this is one of my most used plugs!
Post Reply