| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
IDE.SymbolNavigation
Description
The source editor part of Leksah
Documentation
Arguments
| :: TextEditor editor | |
| => EditorView editor | source buffer view |
| -> ScrolledWindow | container window |
| -> (Bool -> Bool -> EditorIter editor -> IDEM (EditorIter editor, EditorIter editor)) | identifiermapper (bools=control,shift) |
| -> (Bool -> Bool -> Text -> IDEM ()) | click handler |
| -> IDEM [Connection] |
mapControlCommand :: t -> t Source