leksah-0.10.0.4: Haskell IDE written in HaskellSource codeContentsIndex
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
show/hide Instances
grepWorkspace :: String -> Bool -> WorkspaceActionSource
data GrepState Source
Constructors
GrepState
show/hide Instances
getGrep :: Maybe PanePath -> IDEM IDEGrepSource
Produced by Haddock version 2.6.1