Search plugin archives
Moderators: Hacker, petermad, Stefan2, white
Search plugin archives
Is it possible to search plugin archives (e.g. 7-zip) the same way it works for zips? If not, is there a plan to implement it?
Add all extensions you wanna search in wincmd.ini entry
Icfu
Code: Select all
[Configuration]
SearchInFiles=*.7z *.xyz *.etc...
This account is for sale
How to avoid searches ?
It's really works ? I don't see any difference. AIK by default TC performs searches in all plugins archive.
I need opposite option. How to avoid searches in certain plugins archive files ?
I need opposite option. How to avoid searches in certain plugins archive files ?
By default only those extensions are searched you have assigned a packer plugin to (and the default extensions like zip, rar, ace, etc...).It's really works ? I don't see any difference. AIK by default TC performs searches in all plugins archive.
Not possible in the ini file, the default extensions are always searched.How to avoid searches in certain plugins archive files ?
Icfu
This account is for sale
Icfu, I tried your tip but it doesn't seem to work.
I forgot to mention that I meant search for text in files inside 7-zip archives. Searching for filenames inside 7-zip archives already works, with or without the "SearchInFiles" entry. Which is a bit confusing actually, as the entry then doesn't seem to make any difference either way.
So my initial question remains; is it possible or is it planned as an upcoming feature?
I forgot to mention that I meant search for text in files inside 7-zip archives. Searching for filenames inside 7-zip archives already works, with or without the "SearchInFiles" entry. Which is a bit confusing actually, as the entry then doesn't seem to make any difference either way.
So my initial question remains; is it possible or is it planned as an upcoming feature?
In general this is possible for archive plugins, there is a flag "128=allow searching for text in archives" that is set when the plugin supports it but currently 7z plugin hasn't set that flag.I forgot to mention that I meant search for text in files inside 7-zip archives.
*Edited*
It is already possible, it seems that OnO has just forgotten to add that flag. Please open your wincmd.ini and exchange "7z=87" with "7z=215" in the section [PackerPlugins]. You can also activate it using the Plugins Manager. Choose the 7z plugin and press "Tweak".
Example:Which is a bit confusing actually, as the entry then doesn't seem to make any difference either way.
Right now you have (probably) entered ".7z" as packer extension for 7zip. When you add "*.7zip" or "*.xyz" in the above mentioned ini setting those will also be searched although the extensions are not assigned.
Usually this setting is used for extensions that you don't wanna treat as archives under normal circumstances like the OpenOffice extensions for example which are nothing else but usual .zip-files:
SearchInFiles=*.sxw *.sxc
Icfu
This account is for sale
All 7-zip archives verify OK both in plugin and 7-zip file manager (4.23). I've tried searching with different variants, with/without filespec, only marked etc and it worked in maybe one variant, the rest crashed.
I'm on dial-up so I'd rather not send any big files and I doubt that they are at fault here. Even if they were corrupt, the plugin shouldn't crash. Thanks for the offer, though.
If anyone needs more info, I have the DrWatson log. EIP is 0x1000371b and function is "7zip!CanYouHandleThisFile" in 7zip.wcx. I guess the answer is no ...
I'm on dial-up so I'd rather not send any big files and I doubt that they are at fault here. Even if they were corrupt, the plugin shouldn't crash. Thanks for the offer, though.
If anyone needs more info, I have the DrWatson log. EIP is 0x1000371b and function is "7zip!CanYouHandleThisFile" in 7zip.wcx. I guess the answer is no ...