leksah-0.10.0.4: Haskell IDE written in Haskell
Source code
Contents
Index
IDE.Find
Description
The toolbar for searching and replacing in a text buffer
Documentation
toggleFindbar
::
IDEAction
Source
constructFindReplace
::
IDEM
Toolbar
Source
hideFindbar
::
IDEAction
Source
showFindbar
::
IDEAction
Source
focusFindEntry
::
IDEAction
Source
editFindInc
::
SearchHint
->
IDEAction
Source
editGotoLine
::
IDEAction
Source
data
FindState
Source
Constructors
FindState
entryStr
::
String
entryHist
:: [
String
]
replaceStr
::
String
replaceHist
:: [
String
]
caseSensitive
::
Bool
entireWord
::
Bool
wrapAround
::
Bool
regex
::
Bool
lineNr
::
Int
Instances
Eq
FindState
Ord
FindState
Read
FindState
Show
FindState
getFindState
::
IDEM
FindState
Source
setFindState
::
FindState
->
IDEAction
Source
editFind
::
Bool
->
Bool
->
Bool
->
Bool
->
String
->
String
->
SearchHint
->
IDEM
Bool
Source
showToolbar
::
IDEAction
Source
hideToolbar
::
IDEAction
Source
toggleToolbar
::
IDEAction
Source
Produced by
Haddock
version 2.6.1