ie view plug-in

German support forum

Moderators: Hacker, Stefan2, white

Post Reply
Andreas
Power Member
Power Member
Posts: 861
Joined: 2003-08-30, 08:45 UTC
Location: Hannover

ie view plug-in

Post by *Andreas »

Hallo,

mich nerven die Programmabstürze des TCs, wenn man die Schnellansicht aktiviert hat und plötzlich ie view auf eine unbekannte Datei trifft und access viol. ausgiebt. Wird diese Erweiterung eigentlich noch gepflegt???
Gruß Andreas

Win10 x64 +++ Total Commander 10 +++ Directory Opus 12 +++
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50829
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Das Problem tritt hier nicht auf - allerdings habe ich IEView auch auf wenige Dateitypen beschränkt (u.a. PDF). Vielleicht können Sie die problematischen Dateitypen ja ausschliessen?
Author of Total Commander
https://www.ghisler.com
Andreas
Power Member
Power Member
Posts: 861
Joined: 2003-08-30, 08:45 UTC
Location: Hannover

Post by *Andreas »

Und wie/wo schließe ich in der ini bestimmte Dateitypen aus?
Gruß Andreas

Win10 x64 +++ Total Commander 10 +++ Directory Opus 12 +++
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50829
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

In der Datei ieview.ini im Verzeichnis des Plugins, und zwar im folgenden Abschnitt:

[extensions]
Author of Total Commander
https://www.ghisler.com
Andreas
Power Member
Power Member
Posts: 861
Joined: 2003-08-30, 08:45 UTC
Location: Hannover

Post by *Andreas »

Ja, da war ich schon ;). Mir ist klar, wie ich hier Dateitypen einschließe, aber wo schließe ich sie aus. Es geht ja nicht darum, einen bestehenden Dateityp zu entfernen, sondern der Fehler tritt bei unbekannten auf.

Code: Select all

[Extensions]
; Files listed here will be converted from MS Word to HTML format (slow, without images).
;WordToHTML=.doc;
; Files listed here will be saved in the temporary MHT file and than showed. Very slow!
;WordToMHT=.doc;
; Compiled Help files must be in the group named 'CHM'.
CHM=.chm;
; All other keys in this sections are arbitrary, and serve just for grouping purposes.
; IEView takes just values, and ignores keys. If you have no QVP installed, for example,
; you can just comment out the corresponding line, so the IEView will not use those extensions.
; You can create your own groups at your convenience.
explorer=.htm;.html;.shtml;.plg;.mht;.xml;.xsl;.php;.php2;.php3;.xhtml;.pl;.asp;.htt;
word=.dot;.wbk;.wps;.doc;
excel=.xls;.csv;
powerpoint=.ppt;
OpenOffice=.odt;.sxw;.ods;.sxc;.odg;.sxd;.odp;.sxi;.odb
;other=.;
;
; (All are other expansions will be opened, only if AllowActiveX=1)
;
acrobat=.pdf;
djvu=.djvu;.djv;
zip=.zip;
flash=.swf;
; Quick View Plus extensions. Uncomment this line if QVP is installed.
; some extensions in this list are not automatically supported by QVP when called from IE, so some
; configuring may be required. Or just remove those that you do not want to view.
;qvp=.vsd;.ppt;.asp;.drw;.lwp;.prz;.wpd;.qpw;.uue;.zip;.123;.gz;.tar;
; uncomment this line if you have VoloView or similar AutoCAD viewer that is integrated with the IE
;autocad=.dwg;.dxf;.dwf;.rml;.ipt;.iam;.idw;
;other=.;
Gruß Andreas

Win10 x64 +++ Total Commander 10 +++ Directory Opus 12 +++
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50829
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

So wie ich das verstehe, werden nur hier gelistete Erweiterungen verarbeitet:
If you have no QVP installed, for example,
; you can just comment out the corresponding line, so the IEView will not use those extensions.
Falls das nicht geht, kann man die Erweiterungen auch noch über die wincmd.ini einschränken, Abschnitt [listerplugins]

Dort nach einer Zeile mit ieview suchen. Bei mir sieht die so aus:

8=%COMMANDER_PATH%\lister\ieview\ieview.wlx

Nun sollte es eine zugehörige _detect-Zeile haben. Hier kann man die gewünschten Dateitypen reinschreiben. Ich habe hier nur xml und pdf zugelassen, sowie Dateien mit 0 Bytes - so erkenne ich Verzeichnisse:
8_detect="ext="XML" | ext="PDF" | size=0"
Author of Total Commander
https://www.ghisler.com
Andreas
Power Member
Power Member
Posts: 861
Joined: 2003-08-30, 08:45 UTC
Location: Hannover

Post by *Andreas »

Nun sollte es eine zugehörige _detect-Zeile haben.
Die fehlt bei mir! Es sieht so aus:

Code: Select all

9=%COMMANDER_PATH%\PlugIns\wlx\xml\xml.wlx
9_detect="FORCE | EXT="XML" | EXT="XSD""
10=%COMMANDER_PATH%\PLUGINS\wlx\ieview\ieview.wlx
11=%COMMANDER_PATH%\plugins\wlx\SGViewer\SGViewer.wlx
11_detect="MULTIMEDIA & ext="BMP"|ext="JPG"|ext="JPE"|ext="JPEG"|ext="PNG"|...
Gruß Andreas

Win10 x64 +++ Total Commander 10 +++ Directory Opus 12 +++
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50829
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Dann erzeugen Sie einfach eine!

10_detect="ext="XML" | ext="PDF" | size=0"

Sie können das beliebig ausweiten, z.B. auf HTML-Dateien:

10_detect="ext="HTML" | ext="HTM" | ext="XML" | ext="PDF" | size=0"
Author of Total Commander
https://www.ghisler.com
Post Reply