Wishlist: Plug-in to embed Multivalent browser?
Moderators: Hacker, petermad, Stefan2, white
Wishlist: Plug-in to embed Multivalent browser?
There is an extremely powerful and versatile viewer: the Multivalent browser ( http://www.cs.berkeley.edu/~phelps/Multivalent/ ); it would be very nice if TC could embed it in its viewer interface. Multivalent has been designed to be embeddable, but the problem is that it's a Java application, and therefore it is designed to be embedded in Swig applications. Could a "bridge" to Multivalent be built for TC?
What should be the benefit of this viewer ?
There are already viewer plugins for most files.
If you configure IEVIEW for example you can view
office files, PDF (thru acrobat reader) and anything which is supported by QuickViewPlus. For sources there are SynUS and others.
Graphics are fully supported vy Irfanview or XNview.
There are already viewer plugins for most files.
If you configure IEVIEW for example you can view
office files, PDF (thru acrobat reader) and anything which is supported by QuickViewPlus. For sources there are SynUS and others.
Graphics are fully supported vy Irfanview or XNview.
The IEVIEW plugin is quite interesting; even though I don't like its reliance on the MS Explorer/IE combo (mostly for security reasons, but also because I don't like the tools in and by themselves), it is extremely powerful (even so more if ActiveX control are activated: by using for example OpenOffice.org 1.1beta one can access all MS and OOo documents quite easily; of course this sets some security problems as well.)
But Multivalent browser has its own advantages: support for uncommon document formats like DVI (which I use a lot) or XDOCS/PDA; a consistent interface for all supported formats (HTML, PDF, DVI, XDOCS, etc), some very interesting tools ("lenses"), etc. While it would not necessarily replace the other viewers, it would be a very interesting complement. But the main question (this time aimed at developers) is: considering that it's a Java application, can the thing actually be done?
But Multivalent browser has its own advantages: support for uncommon document formats like DVI (which I use a lot) or XDOCS/PDA; a consistent interface for all supported formats (HTML, PDF, DVI, XDOCS, etc), some very interesting tools ("lenses"), etc. While it would not necessarily replace the other viewers, it would be a very interesting complement. But the main question (this time aimed at developers) is: considering that it's a Java application, can the thing actually be done?
Well, this is precisely why I'm interested in itGregory wrote:That would be great to have DVI support in TC. I don't think it's very uncommon format. Every person who deals with TeX uses it.oblomov wrote: Multivalent browser has its own advantages: support for uncommon document formats like DVI (which I use a lot)

Indeed IEView is quite slow, and I don't use it very often.
However, I was just expressing my concern about the speed of a Java-based plugin. Now, I don't know anything about Multivalent browser. Is it freeware/open source ? It (or parts of it) may be written in C/C++ and embedded into Java (though I doubt it), in which case one could base on this native code to write such a plugin.
You should call for volunteers
Regards,
Geoffrey
However, I was just expressing my concern about the speed of a Java-based plugin. Now, I don't know anything about Multivalent browser. Is it freeware/open source ? It (or parts of it) may be written in C/C++ and embedded into Java (though I doubt it), in which case one could base on this native code to write such a plugin.
You should call for volunteers

Regards,
Geoffrey
- ghisler(Author)
- Site Admin
- Posts: 50386
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
You can still define it as an external viewer for some file types via Configuration - Viewer/Editor, and then open it with Alt+F3...
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Now that's a pretty good idea! I had never realized it was possible to have different external viewers for different filetypes!ghisler(Author) wrote:You can still define it as an external viewer for some file types via Configuration - Viewer/Editor, and then open it with Alt+F3...
Of course having it integrated as a plug-in would allow it to be used in the quickview panel ... but in the mean time that's a pretty good solution, thanks!