QuickSearch eXtended
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
2Samuel
Nice to hear that! Please wait with any release until beta 2, the 64-bit dll will then have to be named tcmatch64.dll.
Nice to hear that! Please wait with any release until beta 2, the 64-bit dll will then have to be named tcmatch64.dll.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Junior Member
- Posts: 4
- Joined: 2009-01-18, 13:53 UTC
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
If you do not want this behaviour, you need to check the option: "Allow input, leading to empty results" This option is activated by default.laonongaiyumi wrote:I can't directly input "!" to filter char, must first input the char, then move the cursor back and input "!", why?
Or you may use the according ini switch:
Code: Select all
allow_empty_result=1
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
Updated first post: Version 2.1.0 is available.
Hope everything works as expected.
Could someone reproduce this or this bug?
Code: Select all
Version 2.1.0
- Added support for the new 64-bit Total Commander. (Total Commander (x64) 8.0ß2 and later)
- Also added support for the new 64-bit content plugins: "*.wdx64"
Could someone reproduce this or this bug?
Nope, that fix/workaround in your source code is still needed in v2.1.0:Hope everything works as expected.
http://www.ghisler.ch/board/viewtopic.php?p=211704#211704
This account is for sale
Hello Samuel,
This is a great tool
. I only have one "problem"
I have made a custom installer of Total Commander with my own tools. I have placed all the tcmatch files in the Total Commander directory.
When i do a search I can see that your tool is used. The "problem" is when I do a search it doesn't filter out the results. But when I do a Ctrl-S and do a search the results are filtered. The next time I do a search (without Ctrl-S) these are also filtered. What could be the cause that the first time use the results aren't filtered?
John
This is a great tool

I have made a custom installer of Total Commander with my own tools. I have placed all the tcmatch files in the Total Commander directory.
When i do a search I can see that your tool is used. The "problem" is when I do a search it doesn't filter out the results. But when I do a Ctrl-S and do a search the results are filtered. The next time I do a search (without Ctrl-S) these are also filtered. What could be the cause that the first time use the results aren't filtered?
John
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
By default the filtering in TC is disabled.jslegers wrote:The "problem" is when I do a search it doesn't filter out the results. But when I do a Ctrl-S and do a search the results are filtered. The next time I do a search (without Ctrl-S) these are also filtered. What could be the cause that the first time use the results aren't filtered?
Add the line "QuickSearchAutoFilter=..." to your template wincmd.ini.
Works like a charm thanks.Samuel wrote:By default the filtering in TC is disabled.jslegers wrote:The "problem" is when I do a search it doesn't filter out the results. But when I do a Ctrl-S and do a search the results are filtered. The next time I do a search (without Ctrl-S) these are also filtered. What could be the cause that the first time use the results aren't filtered?
Add the line "QuickSearchAutoFilter=..." to your template wincmd.ini.
Hi Samuel,
I have one little thing. Sometimes the search bar options window is where the mouse is. How can i make sure the box stays down with the search input field?
This only happens sometime. I can't reproduce it.
John
Reproduced it :
Image: http://www.go-jsl.com/files/qs.jpg
I have one little thing. Sometimes the search bar options window is where the mouse is. How can i make sure the box stays down with the search input field?
This only happens sometime. I can't reproduce it.
John
Reproduced it :
Image: http://www.go-jsl.com/files/qs.jpg
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
Updated first post: Version 2.1.1 is available.
Fixes this bug.
Sorry icfu, you suggested the correct solution for this long ago:
Code: Select all
Version 2.1.1
- Fixed: additionally user interface is always shown at the right position now
Sorry icfu, you suggested the correct solution for this long ago:
I dont know why I missed that before. Thank you.icfu wrote:@Samuel:
I have checked your source code, seems to be a typical timing problem:If "WinExist" is changed to "WinActive", the second piece is not split to the top of the other panel anymore.Code: Select all
if(QSvisible==0 && INI_override_search!=0 && WinExist("ahk_class TQUICKSEARCH")){
1.
The simple search function can work in 8.0b4 x64 with QuickSearch eXtended 2.1.1 except for Chinese pinyin, even if I set:
use_pinyin=1
2.
If remove tcmatch.exe tcmatch.dll and keep tcmatch64.dll tcmatch64.exe, the icons in the bottom quick search bar cannot be displayed properly.
The simple search function can work in 8.0b4 x64 with QuickSearch eXtended 2.1.1 except for Chinese pinyin, even if I set:
use_pinyin=1
2.
If remove tcmatch.exe tcmatch.dll and keep tcmatch64.dll tcmatch64.exe, the icons in the bottom quick search bar cannot be displayed properly.
Last edited by lonki on 2011-10-09, 06:46 UTC, edited 1 time in total.