QuickSearch eXtended
Moderators: Hacker, petermad, Stefan2, white
2Samuel
Hello,
A suggestion (I'm not sure if it could be possible, but...). Could be implemented an inverse filter? for example: If the user write a colon (:) at begin, then an inverse match should happen.
i.e. :jpg this entry in quick search should hide all files with the word jpg.
Hello,
A suggestion (I'm not sure if it could be possible, but...). Could be implemented an inverse filter? for example: If the user write a colon (:) at begin, then an inverse match should happen.
i.e. :jpg this entry in quick search should hide all files with the word jpg.
I can read English, but... I write like Tarzan. (sorry)
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
Updated first post: Version 1.4 is available. This is my first Power Member entry
2fenix_productions:
Just tried it. No need to change anything.
If you want a new path for it, just add an entry like this to the ini:
Of course you must copy the files
to the folder "C:\Programme\totalcmd\plugins\tcmatch\"
"tcmatch.ini" is still created whereever wincmd.ini is.
Or should I use a new default path for the install? (for example "C:\Programme\totalcmd\plugins\tcmatch\")
Additionally setting an ini entry to it?
2Sombra:
Excellent idea. Not this night
wdx support
Anyone can imagine why DirSizeCalc doesn't work?

Code: Select all
Version 1.4
- Added: Limited wdx plugin support. See "3. Customizing" of readme for usage.
! does not work with real unicode files and nonunicode plugins (The conversion from unicode filename to nonunicode filename is currently done char by char.)
! "ContentGetDetectString" and "Units" are ignored
! only untranslated Fieldnames can be used
! only 8192 chars are extracted for long strings
! DirSizeCalc doesn't work for an unknown reason
- Added: "match_beginning" to match only when the substrings match either the beginning of the filename or a part of it which follows a space immediately (just try it)
- Changed: A new entry with standard value is created in ini file if it doesn't exist or has an invalid value. (through ini files from previous installations)
- Rewrote and cleaned up big parts of code. Look out for inconsistencies and bugs.
- Fixed: Small mismatches (case sensitive and pinyin).
- Due to a small bugfix TC 7.5 public beta 6 should be used.
Just tried it. No need to change anything.
If you want a new path for it, just add an entry like this to the ini:
Code: Select all
[Configuration]
tcmatch=C:\Programme\totalcmd\plugins\tcmatch\tcmatch.dll
Code: Select all
tcmatch.dll
tcmatch.tbl
(tcmatch.pdf)
"tcmatch.ini" is still created whereever wincmd.ini is.
Or should I use a new default path for the install? (for example "C:\Programme\totalcmd\plugins\tcmatch\")
Additionally setting an ini entry to it?
2Sombra:
Excellent idea. Not this night

wdx support
Anyone can imagine why DirSizeCalc doesn't work?
Last edited by Samuel on 2009-06-27, 02:20 UTC, edited 3 times in total.
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
2Samuel
I meant keeping tcmatch.ini in the same folder as DLL.Samuel wrote: Using the ini in new folder if it exists is a good option. I'll consider it. Perhaps this is what fenix_productions meant.
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
No. actually it also works in Version 1.3 exactly like this and is no bug.
Use "allow_empty_result=1" in ini as described here.
I also updated the ini to make it clearer.
2Christian would you please consider add an separate option like
16 - always check every file for filter
instead of merging it with allow_empty_result
Use "allow_empty_result=1" in ini as described here.
I also updated the ini to make it clearer.
2Christian would you please consider add an separate option like
16 - always check every file for filter
instead of merging it with allow_empty_result
Last edited by Samuel on 2009-06-26, 06:50 UTC, edited 1 time in total.
I just noticed something strange:
With every successive [AltGr] + [<] two characters appear "<|"
Edit: I just noticed that this is probably is related to this problem.
With every successive [AltGr] + [<] two characters appear "<|"
Edit: I just noticed that this is probably is related to this problem.