leksah-0.12.1.3: Haskell IDE written in Haskell

Safe HaskellNone

IDE.Pane.SourceBuffer

Description

The source editor part of Leksah

Synopsis

Documentation

fileCheckAll :: (IDEBuffer -> IDEM (Maybe alpha)) -> IDEM [alpha]Source

inBufContext :: alpha -> IDEBuffer -> (Notebook -> EditorBuffer -> IDEBuffer -> Int -> IDEM alpha) -> IDEM alphaSource

inActiveBufContext :: alpha -> (Notebook -> EditorBuffer -> IDEBuffer -> Int -> IDEM alpha) -> IDEM alphaSource

belongsToPackage :: IDEBuffer -> IDEM (Maybe IDEPackage)Source

Returns the package, to which this buffer belongs, if possible