leksah-0.14.1.1: Haskell IDE written in Haskell

Safe HaskellNone
LanguageHaskell98

IDE.Command

Description

Module for actions, menus and toolbars and the rest ...

Synopsis

Documentation

mkActions :: [ActionDescr IDERef] Source

The Actions known to the system (they can be activated by keystrokes or menus)

menuDescription :: IO Text Source

The menu description in XML Syntax as defined by GTK

makeMenu :: UIManager -> [ActionDescr IDERef] -> Text -> IDEAction Source

Building the Menu

quit :: IDEAction Source

Quit ide

aboutDialog :: IO () Source

Show the about dialog

handleSpecialKeystrokes :: IDERef -> EventM EKey Bool Source

Callback function for onKeyPress of the main window, so preprocess any key

registerLeksahEvents :: IDEAction Source

Register handlers for IDE events