leksah-0.12.1.3: Haskell IDE written in Haskell

Safe HaskellNone

IDE.BufferMode

Contents

Description

 

Synopsis

Buffer Basics

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

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

Buffer Modes

withCurrentMode :: alpha -> (Mode -> IDEM alpha) -> IDEM alphaSource