leksah-0.15.1.4: Haskell IDE written in Haskell

Safe HaskellNone
LanguageHaskell2010

IDE.Pane.Info

Description

The info Pane to show symbol information

Synopsis

Documentation

data IDEInfo Source

Represents the Info pane

data InfoState Source

The additional state used when recovering the pane

Constructors

InfoState (Maybe Descr) 

showInfo :: IDEAction Source

Display the Info pane

setInfo :: Descr -> IDEAction Source

Replaces the symbol description and displays the info pane

setInfoStyle :: IDEAction Source

Updates the style of the text buffer if it is opened

replayInfoHistory Source

Arguments

:: Maybe Descr

If Nothing, the description is not replaced

-> IDEAction 

Replace the symbol description

openDocu :: IDEAction Source

Open the documentation for the current symbol description