Chapter 1. Introduction

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 error reporting API must be installed.

The error reporting API is particularly well-suited to reporting compiler errors and such; plugins that use this API include Console, JCompiler, and SideKick. If you would like to use it from your plugin, see Chapter 6, The error reporting API.