| ||||||||||
| ||||||||||
Description | ||||||||||
Adds extra useful methods for TextIter for searching forwards and backwards within a region in the buffer and matching brackets.
| ||||||||||
Synopsis | ||||||||||
| ||||||||||
Documentation | ||||||||||
data SourceSearchFlags | ||||||||||
| ||||||||||
sourceIterForwardSearch :: TextIter -> String -> [SourceSearchFlags] -> Maybe TextIter -> IO (Maybe (TextIter, TextIter)) | ||||||||||
same as textIterForwardSearch but allows case insensitive search and possibly in the future regular expressions. | ||||||||||
sourceIterBackwardSearch :: TextIter -> String -> [SourceSearchFlags] -> Maybe TextIter -> IO (Maybe (TextIter, TextIter)) | ||||||||||
same as textIterForwardSearch but allows case insensitive search and possibly in the future regular expressions. | ||||||||||
Produced by Haddock version 2.4.1 |