| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
IDE.Pane.Grep
Description
The pane of the ide where grep results are displayed
- data IDEGrep = IDEGrep {
- scrolledView :: ScrolledWindow
- treeView :: TreeView
- grepStore :: TreeStore GrepRecord
- waitingGrep :: MVar Bool
- activeGrep :: MVar Bool
- grepWorkspace :: Text -> Bool -> WorkspaceAction
- data GrepState = GrepState
- getGrep :: Maybe PanePath -> IDEM IDEGrep
Documentation
The representation of the Grep result pane
Constructors
| IDEGrep | |
Fields
| |
Arguments
| :: Text | The regex string |
| -> Bool | Case sensitive |
| -> WorkspaceAction |
Greps the current workspace
The additional state used when recovering the pane
Constructors
| GrepState |