QuickSearch eXtended
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50406
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Does QuickSearch eXtended call SetCurrentDirectory? This will lock that directory, so it cannot be deleted or renamed.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- ghisler(Author)
- Site Admin
- Posts: 50406
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
It could also be the inherited current directory when tcmatch is started. Try calling SetCurrentDirectory with the Windows directory or c:\ or so immediately when tcmatch is launched.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
IIRC there a a few places where case insensitive search may not work always. (for example regex)Ovg wrote:2Samuel
Case insensitive search doesn't work for Cyrillic names.
Is it a bug or I do something wrong?
However it should work on most areas. I just tried to find the file "Бб.txt" by searching for "бБ" and it works fine.
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
Don't understand. Did it work there for you? Did you mentioned that I searched for "бБ" and the file is "Бб.txt", so without case insensitive search it shouldn't have worked? I also searched "Б.txt" with "б".Ovg wrote:"Бб.txt" - This is a dirty trick
This also works fine here.Ovg wrote:eg "Полиглот.txt" can't be found if I type "п"
a) Does the button in the additional user interface say "a=A" or "a≠A"?
b) Is the checkbox "case sensitive" in the configuration dialog checked or not?
c) Could you post your tcmatch.ini?
d) Do you use simple search?
e) Do you type "п" or "n"?
i am looking for a plugin that could help me to search in TC with alt-F7
not only for one word, but more. (TC cant do it to my knowledge).
Until now i am doing a workaround, look for one word, mark them, look within these for the second. In most cases looking for 2 words narrows the outcome sufficiently.
is quicksearch extended able to search for more words ?
and if not: does anybody know which plugin could manage this ?
thanks
not only for one word, but more. (TC cant do it to my knowledge).
Until now i am doing a workaround, look for one word, mark them, look within these for the second. In most cases looking for 2 words narrows the outcome sufficiently.
is quicksearch extended able to search for more words ?
and if not: does anybody know which plugin could manage this ?
thanks
Yes you can search for multiple word by default !Kendrickk wrote:i am looking for a plugin that could help me to search in TC with alt-F7
not only for one word, but more. (TC cant do it to my knowledge).
Until now i am doing a workaround, look for one word, mark them, look within these for the second. In most cases looking for 2 words narrows the outcome sufficiently.
is quicksearch extended able to search for more words ?
and if not: does anybody know which plugin could manage this ?
thanks
See tcmatch.pdf
"blue red" : will search for all file containing blue and red !
"blue | red" will search for all file containing blue or red !
-
- Junior Member
- Posts: 79
- Joined: 2003-10-27, 16:49 UTC
- Contact:
Is there any way to put the plugin in a subfolder? I don't like having plugin files lying around in the main TC folder so I usually put everything in TC\plugins\<pluginname>\ but of course the tcmatch dll is not loaded that way - and since it doesn't seem to use any of the "officially supported" plugin types I don't see a way to tell TC to load the DLL from a certain folder...
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
HISTORY.TXT:
Code: Select all
16.06.09 Added: Set location and name of tcmatch.dll via wincmd.ini [Configuration] tcmatch= (must contain full path+file name, supports env. vars)