Info Viewer Changelog

What's new in Info Viewer 1.6.2

Mar 7, 2013
  • French and German Localization.

New in Info Viewer 1.6.1 (Mar 7, 2013)

  • New option to restore previous page instead of showing home page
  • on startup.
  • Fixed disappearing sidebar in HelpInfoViewer when used as a HelpViewer
  • replacement.
  • Bug 1542027 fixed
  • Got rid of netscape stuff

New in Info Viewer 1.6 (Mar 7, 2013)

  • Removed font size actions which didn't work. Now uses the same font as
  • secondary metal font (jEdit 4.3) or new helpviewer font (jEdit 4.4) as
  • specified in appearance option pane.

New in Info Viewer 1.5.9 (Mar 7, 2013)

  • Reload on buffer save reloads same address, rather than opening the
  • current buffer.
  • Remembers vertical scrollbar positions in the history - back and forward
  • restore them properly.

New in Info Viewer 1.5.8 (Mar 7, 2013)

  • Listens to arrow keys in the viewer
  • Fixed action infoviewer.open that was calling Infoviewer.InfoViewerPlugin.openURL(view, null, -1) that doesn't exist anymore

New in Info Viewer 1.5.5 (Mar 7, 2013)

  • HelpViewer shows the help sidebar, InfoViewer hides the help sidebar
  • The same class is used for both dockables, so you can show/hide it from the "View" menu

New in Info Viewer 1.5 (Mar 7, 2013)

  • Added option to use InfoViewer instead of HelpViewer
  • Added HelpInfoViewer - an InfoViewer with the Help table of contents as an optional sidebar.

New in Info Viewer 1.4 (Mar 7, 2013)

  • Updated for Jedit 4.3pre2

New in Info Viewer 1.2 (Mar 7, 2013)

  • Fixed deprecation warnings (Stefan Kost)
  • Updated icons (Stefan Kost)
  • Added actions for increasing and decreasing the font-size (Stefan Kost)

New in Info Viewer 1.1 (Mar 7, 2013)

  • Updated to jEdit 4.0 dockable API
  • Bugfix: #509058 (Verify Error On InfoViewer)
  • Removed old JDK 1.1 workarounds
  • Requires at least jEdit 4.0pre6

New in Info Viewer 1.0 (Mar 7, 2013)

  • No longer dependent on EditBus plugin (plugins that used the message org.gjt.sp.jedit.msg.ViewURL from the EditBus plugin should now use public static void InfoViewerPlugin.openURL(View,String) directly).
  • The internal (Java/Swing driven) browser is now dockable into jEdit's view. Use this to create a HTML preview pane, when editing HTML files.
  • New options for automatic update of the current page of the internal browser:
  • update on buffer switch, on buffer save, periodically.
  • Use this to watch a stock ticker, or to sync your edit buffer with the preview pane automatically.
  • Some other minor enhancements
  • Bugfix: "Edit current URL" didn't work if URL had an anchor
  • Requires at least JDK 1.1, jEdit 3.1final