ErrorList Plugin By Slava Pestov
sp@gjt.org

The ErrorList plugin displays errors and warnings generated by other plugins. It does nothing on its own; for it to be useful, some plugins that support the EditBus error API must be installed.

First of all, ErrorList manages an error list, which can be viewed by selecting Plugins>Error List>Error List. Clicking on a line in the error list will open the guilty file and move the selection to the error location.

Errors and warnings are displayed with different icons in the error list; errors have a red traffic light, while warnings have a yellow one.

This plugin also highlights any errors in open buffers on the fly; for example, if the console reported that Foo.java had an error on line 10, line 10 of Foo.java would be drawn with a red underline (warnings are also highlighted, but drawn with a yellow underline). Placing the mouse over the offending line would display a tooltip with the error message, as reported by the console.

Other plugins can report errors by using the EditBus ErrorSource service. EditBus is a system that allows plugins to communicate and share information without being aware of each other's internals.


Version 1.0.2

Requires jEdit 3.1pre1 and EditBus 1.0.

Version 1.0.1

Requires jEdit 3.1pre1 and EditBus 1.0.

Version 1.0

Requires jEdit 3.0final and EditBus 1.0.

Version 0.12

Requires jEdit 2.6pre3 and EditBus 0.9.4.

Version 0.11

Requires jEdit 2.6pre3 and EditBus 0.9.4.

Version 0.10

Requires jEdit 2.5.1, EditBus 0.9.4 and PluginHolder 0.0.5.

Version 0.9.3

Requires jEdit 2.5pre3 and EditBus 0.9.3.

Version 0.9.2

Requires EditBus 0.9.2 and jEdit 2.4.2.

Version 0.9.1

Requires EditBus 0.9 and jEdit 2.3final.

Version 0.9

Requires EditBus 0.9 and jEdit 2.3final.

Version 0.8

Requires EditBus 0.9 and jEdit 2.3final.

Version 0.7

Requires EditBus 0.9 and jEdit 2.3pre3.

Version 0.6.1

Requires EditBus 0.9 and jEdit 2.3pre3.

Version 0.6

Requires EditBus 0.9 and jEdit 2.3pre3.

Version 0.5

Requires EditBus 0.7 and jEdit 2.2pre8.

Version 0.3.2

Requires EditBus 0.6 and jEdit 2.2pre6.

Version 0.3.1

Requires EditBus 0.6 and jEdit 2.2pre6.

Version 0.3

Requires EditBus 0.4 and jEdit 2.2pre4.

Version 0.2

Requires EditBus 0.4 and jEdit 2.2pre3.

Version 0.1

Requires EditBus 0.3 and jEdit 2.2pre3. Change log started.