leksah-0.15.2.0: Haskell IDE written in Haskell

Safe HaskellNone
LanguageHaskell2010

IDE.Pane.Grep

Description

The pane of the ide where grep results are displayed

Synopsis

Documentation

data IDEGrep Source

The representation of the Grep result pane

grepWorkspace Source

Arguments

:: Text

The regex string

-> Bool

Case sensitive

-> WorkspaceAction 

Greps the current workspace

data GrepState Source

The additional state used when recovering the pane

Constructors

GrepState 

getGrep :: Maybe PanePath -> IDEM IDEGrep Source

Get the Grep panel