QuickSearch eXtended
Moderators: Hacker, petermad, Stefan2, white
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
Here you go.
See first post.
Someone also put it there, but its an outdated version.
I wounder how to put it on Totalcmd.NET. There seems to be no signup button. Is there a official or semiofficial place to put plugins?
See first post.
Someone also put it there, but its an outdated version.
I wounder how to put it on Totalcmd.NET. There seems to be no signup button. Is there a official or semiofficial place to put plugins?
Last edited by Samuel on 2009-06-17, 11:44 UTC, edited 1 time in total.
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
Contact with an author of http://www.flint-inc.ru to get account.Samuel wrote:There seems to be no signup button. Is there a official place to put plugins?
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
Ask petermad. the latest thing uploaded to totalcmd.net is Extended English Menus 7.50b5.Samuel wrote:Here you go.
See first post.
Someone also put it there, but its an outdated version.
I wounder how to put it on Totalcmd.NET. There seems to be no signup button. Is there a official place to put plugins?
fenix_productions, cheming,
Flint? Petermad? What do they have to do with the site? Why not contact the site admin - Ergo?
Roman
Flint? Petermad? What do they have to do with the site? Why not contact the site admin - Ergo?
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
2Hacker
I had tried many times in the past to contact with Ergo and never got any kind of reply (neither via ICQ nor email) but I received suggestion from someone (Alexey?) once to ask Flint about and it worked immediately.
I had tried many times in the past to contact with Ergo and never got any kind of reply (neither via ICQ nor email) but I received suggestion from someone (Alexey?) once to ask Flint about and it worked immediately.
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
2Hacker
For some reason Ergo does not manage the site for several years, in fact, the site is now administered by the Flint. Therefore, for accounts you need to ask him. Here on this in Russian.
For some reason Ergo does not manage the site for several years, in fact, the site is now administered by the Flint. Therefore, for accounts you need to ask him. Here on this in Russian.
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
Updated first post: Version 1.3 is available.
Regarding wdx support:
I tried a lot on wdx support. (see commented source code.) There are many problems. Although there are many optional functions, I cant get some plugins ("ShellDetails") to work with only the two functions: "ContentGetSupportedField" and "ContentGetValue". Also I figured out that there are many ways to store a string: "ft_string", "ft_stringw", "ft_multiplechoice" "ft_fulltext", (the same with the many number formats - I will not think of Units and the different date and time formats, etc) So its very hard to include wdx support.
I would be glad if there would be a class which just expects: "wdx_plugin_with_path", "Fieldname" to initialize and later would only produce the expected data as string for any "File_with_path".
Edit: I also dont know if its really needed.
Code: Select all
Version 1.3
- Changed: Renamed "separator_char" to "and_separator_char" in ini.
- Added: "or_separator_char" to search either one substring or the other one
- Added: ability to create and use presets
- Added: ini option "filter_files_and_folders" to only filter files or only filter folders (doesn’t work in zip files)
- Added: Autodetect system language on first run to set PinYin ini option to "use_pinyin=1" for Chinese
- Did not fix PinYin support again :-D
I tried a lot on wdx support. (see commented source code.) There are many problems. Although there are many optional functions, I cant get some plugins ("ShellDetails") to work with only the two functions: "ContentGetSupportedField" and "ContentGetValue". Also I figured out that there are many ways to store a string: "ft_string", "ft_stringw", "ft_multiplechoice" "ft_fulltext", (the same with the many number formats - I will not think of Units and the different date and time formats, etc) So its very hard to include wdx support.
I would be glad if there would be a class which just expects: "wdx_plugin_with_path", "Fieldname" to initialize and later would only produce the expected data as string for any "File_with_path".
Edit: I also dont know if its really needed.
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
2Samuel
If yes: http://www.ghisler.ch/board/viewtopic.php?t=21710
Search for "wdx_proxy" or contact with franck8244. He wrote small DLL which can help you. You just need to pass the names (plugin, field and specific file) to get proper value string from it. I've found it very easy to use in my Comparer application.
I am not sure about Unicode support but it is good for beginning.
Does DLL suit your needs?Samuel wrote:I would be glad if there would be a class which just expects: "wdx_plugin_with_path", "Fieldname" to initialize and later would only produce the expected data as string for any "File_with_path".
If yes: http://www.ghisler.ch/board/viewtopic.php?t=21710
Search for "wdx_proxy" or contact with franck8244. He wrote small DLL which can help you. You just need to pass the names (plugin, field and specific file) to get proper value string from it. I've found it very easy to use in my Comparer application.
I am not sure about Unicode support but it is good for beginning.
Last edited by fenix_productions on 2009-06-21, 13:36 UTC, edited 1 time in total.
"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:
2Samuel
I am afraid it will be slow but we'll see.
I still think that TC should just pass columns content in one parameter. Maybe simple string with "\n" as separator (since new lines don't work in columns). That would be the easiest way IMHO.
It could look like:
where you could get as Filecontent something similar to:
Of course, tcmatch.dll should treat new line as new column mark (as I wrote above).
I am afraid it will be slow but we'll see.
I still think that TC should just pass columns content in one parameter. Maybe simple string with "\n" as separator (since new lines don't work in columns). That would be the easiest way IMHO.
It could look like:
Code: Select all
BOOL __stdcall MatchFileW(WCHAR* QSFilter,WCHAR* Filename, WCHAR* Filecontent)
Code: Select all
3.1 M
2009-06-15 07:09
-a--
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...
#128099
#128099
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Unfortunately only standard columns (size, date/time, attributes) are available at quick search time. Custom fields are only loaded when shown, otherwise it would be much too slow...I still think that TC should just pass columns content in one parameter.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com