leksah-0.15.2.0: Haskell IDE written in Haskell

Safe HaskellNone
LanguageHaskell2010

IDE.Pane.Errors

Description

A pane which displays a list of errors

Synopsis

Documentation

data ErrorsPane Source

The representation of the Errors pane

fillErrorList Source

Arguments

:: Bool

Whether to display the Errors pane

-> IDEAction 

Repopulates the Errors pane

getErrors :: Maybe PanePath -> IDEM ErrorsPane Source

Get the Errors pane

addErrorToList Source

Arguments

:: Bool

Whether to display the pane

-> Int

The index to insert at

-> LogRef 
-> IDEAction 

Add any LogRef to the Errors pane at a given index

selectMatchingErrors Source

Arguments

:: Maybe SrcSpan

When Nothing, unselects any errors in the pane

-> IDEAction 

Select the matching errors for a SrcSpan in the Errors pane, or none at all