leksah-0.15.0.5: Haskell IDE written in Haskell

Safe HaskellNone
LanguageHaskell98

IDE.SymbolNavigation

Description

The source editor part of Leksah

Documentation

createHyperLinkSupport Source

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]