InfoViewer Plugin |
By Dirk Möbius
dmoebius@gmx.net |
Introduction
Frequently Asked Questions
Change Log
Todo
License information
With the InfoViewer Plugin you can choose the browser, that jEdit and assorted plugins use to display HTML online help. You can use an external browser like Netscape or IE, but the InfoViewer Plugin also contains a lightweight mini web browser named InfoViewer, utilizing builtin Swing capabilities.
For the moment, the only plugin that supports the InfoViewer Plugin, is JIndex. This will probably change in the near future; more plugins will use the InfoViewer as the component for displaying help contents.
Better history support (save/browse history) with caching
More standard online web browsing functionality
JavaHelp or MSHelp functionality
Look under Utilities->Global Options->Plugin Options->InfoViewer. There is an option for "External browser". Enter any command in the field "External browser command".
Note: The string "$u" (without quotes) will be substituted by the URL to display. If you don't enter any "$u", the URL will be appended at the end of the command string.
It invokes the following command:
sh -c netscape -remote -openURL\('$u'\) -raise || netscape '$u'
In the "Edit Bookmarks" dialog, enter a new entry with dash ("-") as title.