Edit: Seems like the multibyte code is replaced in between:
Code: Select all
Transformed File: "ghjd5hrf.txt"
Transformed Filter: "ghjdt"
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
Transformed File: "ghjd5hrf.txt"
Transformed Filter: "ghjdt"
How can I do it?
You may want to read the help
This is TC behavior I cannot change. I for myself can understand the behavior and think it is ok.Alexisback wrote: 2018-10-10, 22:45 UTC when I insert the phrase and press enter the search window disappears![]()
I would always like to display the search window
I answered there. The plugin interface is not flexible enough to implement something like this if one wanted to do so.Dennis_Stevens wrote: 2018-11-08, 20:20 UTC @Samuel:
MATIXX proposed to show you this:
https://www.ghisler.ch/board/viewtopic.php?f=2&t=51272
Maybe this is a function for your plugin.
Regards
2OvgOvg wrote: 2018-11-12, 15:39 UTC 2tuska
I tried your test and for me working fine - DEFAULT finds only
DEFAULT.BAR
DEFAULT.br2
Code: Select all
tcmatch.ini
[wdx64]
wdx_text_plugin1=Long description@D:\Daten\Programme\TotalCommander\TCD_USB-Stick\TC32-64USB\Plugins\wdx\FileDiz\FileDiz.wdx64
Thanks! Looking into the ini was the trickSamuel wrote: 2018-11-03, 10:25 UTC QSX uses the deelx Regexlibrary: (has a special syntax sometimes)
http://www.regexlab.com/en/deelx/
But for me "?\w+" works fine. Could you send your tcmatch.ini or try an empty one.
Code: Select all
...
wdx_separator_char=\
...