Error pane is the vertical bar to right of the code buffers.
The error pane contains the status of the current project and several types of markers for the current buffer.
The project status is indicated by the top color square on the error pane.
The buffer markers are the other visible color rectangles.
clicking on the maker will jump to the line on the code.
The marker's colors are:
- red - compile error
- purple - user 'bug' marker
- blue - user 'todo' marker
The project status can be:
- needs rebuild - purple
- compile error - red
- compiled with no errors or unknown - no marker
|