Page 1 of 1

How to get list of previewed format?

Posted: 19 Dec 2014 04:32
by binocular222
The .ini only show custom extension such as TextPreviewCustomExtensions; OfficePreviewCustomExtensions
How to get the full list?

Re: How to get list of previewed format?

Posted: 19 Dec 2014 07:47
by admin
I added this trick yesterday (not yet documented):

Code: Select all

echo get("genericfiletype", "{:Image}", <crlf>);

Re: How to get list of previewed format?

Posted: 19 Dec 2014 08:21
by binocular222
Nice, but should
1) support {:All}
2) return txt instead of *.txt

Re: How to get list of previewed format?

Posted: 19 Dec 2014 08:29
by admin
It was just a quickie. No time ATM to develop it further.

Re: How to get list of previewed format?

Posted: 19 Dec 2014 09:17
by bdeshi
admin wrote:(not yet documented)
Makes me want to read new exes with a hex editor/differ/disassembler, just to try and find any such new features. :ugeek: