Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setSelectRegionB :: Region -> BufferM ()yi-core Yi.Config.Simple Select the given region: set the selection mark at the regionStart and the current point at the regionEnd.
setSelectionMarkPointB :: Point -> BufferM ()yi-core Yi.Config.Simple Marks Set the current buffer selection mark
setVisibleSelection :: Bool -> BufferM ()yi-core Yi.Config.Simple Highlight the selection
setDividerPosE :: DividerRef -> DividerPosition -> EditorM ()yi-core Yi.Editor Sets the given divider position on the current tab
setRegE :: YiString -> EditorM ()yi-core Yi.Editor Put string into yank register
setStatus :: MonadEditor m => Status -> m ()yi-core Yi.Editor Set the "background" status line
setFileName :: BufferRef -> FilePath -> YiM ()yi-core Yi.File Associate buffer with file; canonicalize the given path name.
setHistory :: (MonadEditor m, Functor m) => Text -> History -> Map Text History -> m ()yi-core Yi.History Helper that sets the given history at ident and putEditorDyns the result.
setInput :: YiString -> BufferM ()yi-core Yi.Mode.Interactive No documentation available.
setRegexE :: SearchExp -> EditorM ()yi-core Yi.Search Put regex into regex register