Version 1.2.2. requires jEdit 4.0pre4.
Fixed possible NullPointerException under Java 2 version 1.4.
Error highlight didn't work properly when soft wrap was enabled.
If the "show on error" feature is enabled, the error list will now open in the currently focused view, not the most recently opened view as before.
Version 1.2.1. requires jEdit 4.0pre4.
Updated to use jEdit 4.0pre4 text area extension API.
Version 1.2. requires jEdit 4.0pre1.
Updated for jEdit 4.0 API changes.
EditBus plugin merged with this one.
Changes to error source API; see Chapter 5 for details.
Version 1.1.2. requires jEdit 3.2pre8 and the EditBus plugin 1.1.
If the error list was open but not visible, the Show on error option would do nothing.
If no error sources were registered, all highlights added after the error list would not be painted.
Version 1.1.1. requires jEdit 3.2pre8 and the EditBus plugin 1.1.
Line numbers in the tree are now increased by one, so that they match the textarea line numbers (Dirk Moebius)
The commands "Next/Previous Error" and "Next/Previous File With Errors" now ensure that the newly selected error is visible (Dirk Moebius)
Supports multiple-line error messages, introduced by EditBus 1.1
Version 1.1. requires jEdit 3.2pre8 and the EditBus plugin 1.0.1.
Errors are now shown in a tree, not a list
Error highlighting does not highlight leading whitespace of lines, leading to better appearance
Minor update for jEdit 3.2 selection API
Documentation generated with DocBook
Error reporting API documentation included