Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
yi-core Yi.Config.Simple No documentation available.
setMode :: Mode syntax -> BufferM ()yi-core Yi.Config.Simple No documentation available.
setMode0 :: Mode syntax -> FBuffer -> FBufferyi-core Yi.Config.Simple No documentation available.
setNamedMarkHereB :: String -> BufferM ()yi-core Yi.Config.Simple No documentation available.
setSavedFilePointU :: URList -> URListyi-core Yi.Config.Simple Add a saved file point so that we can tell that the buffer has not been modified since the previous saved file point. Notice that we must be sure to remove the previous saved file points since they are now worthless.
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