Version 1.4. requires jEdit 4.2final.
Add option to close error list after no errors remain (Gerd Knops).
Option "Automatically display on error" no longer causes ErrorList to request the focus, so that the cursor stays in the edit pane (Dirk Moebius).
Version 1.3.2. requires jEdit 4.2pre8.
After adding and adding an error source, removing and adding it again would not add the error source to the EditBus, so it would not receive notifications of buffers being opened, and as a result floating positions for errors would not be created.
Fix display of selected entires in the error list when using the GTK look and feel.
New icons for errors and warnings.
Version 1.3.1. requires jEdit 4.2pre2.
Show on error option didn't always work.
Fixed exception when using GTK+ look and feel.
Fixed assorted problems when file paths contained symbolic links.
Version 1.3. requires jEdit 4.2pre2.
Added optional "error overview" to the right of the text area (on by default).
Added buttons to the error list window for going to the next and previous error and file with errors, respectively.
Fixed problem with errors appearing twice when the Show on error option was on.
Fixed problems with soft wrap.
Fixed problems with split views.
Updated for jEdit 4.2 API changes.
Added removeFileErrors()
method to
DefaultErrorSource
class.
Performance improvements.
Version 1.2.3. requires jEdit 4.1pre2.
The error list no longer flashes like a deprived man due to constant tree collapsing and expansion if errors are being added in a background thread.
Error tool tips were not shown for some errors.
Highlighter no longer paints wavy lines, since with some fonts this would result in the line extending below the bottom of the text descent. Now the error highlights are plain vanilla underlines.
Fixed minor issue with error tree root node.
Updated code to use a few 4.1 API additions.
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 6, The error reporting API 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