leksah-0.10.0.4: Haskell IDE written in Haskell
Source code
Contents
Index
IDE.Pane.Grep
Description
The pane of ide where grep results are displayed
Synopsis
data
IDEGrep
=
IDEGrep
{
scrolledView
::
ScrolledWindow
treeView
::
TreeView
grepStore
::
TreeStore
GrepRecord
waitingGrep
::
MVar
Bool
activeGrep
::
MVar
Bool
}
grepWorkspace
::
String
->
Bool
->
WorkspaceAction
data
GrepState
=
GrepState
getGrep
::
Maybe
PanePath
->
IDEM
IDEGrep
Documentation
data
IDEGrep
Source
A grep pane description
Constructors
IDEGrep
scrolledView
::
ScrolledWindow
treeView
::
TreeView
grepStore
::
TreeStore
GrepRecord
waitingGrep
::
MVar
Bool
activeGrep
::
MVar
Bool
Instances
Typeable
IDEGrep
Pane
IDEGrep
IDEM
RecoverablePane
IDEGrep
GrepState
IDEM
grepWorkspace
::
String
->
Bool
->
WorkspaceAction
Source
data
GrepState
Source
Constructors
GrepState
Instances
Eq
GrepState
Ord
GrepState
Read
GrepState
Show
GrepState
Typeable
GrepState
RecoverablePane
IDEGrep
GrepState
IDEM
getGrep
::
Maybe
PanePath
->
IDEM
IDEGrep
Source
Produced by
Haddock
version 2.6.1