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.

  1. setMarkHereB :: BufferM Mark

    yi-core Yi.Config.Simple

    No documentation available.

  2. setMode :: Mode syntax -> BufferM ()

    yi-core Yi.Config.Simple

    No documentation available.

  3. setMode0 :: Mode syntax -> FBuffer -> FBuffer

    yi-core Yi.Config.Simple

    No documentation available.

  4. setNamedMarkHereB :: String -> BufferM ()

    yi-core Yi.Config.Simple

    No documentation available.

  5. setSavedFilePointU :: URList -> URList

    yi-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.

  6. 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.

  7. setSelectionMarkPointB :: Point -> BufferM ()

    yi-core Yi.Config.Simple

    Marks Set the current buffer selection mark

  8. setVisibleSelection :: Bool -> BufferM ()

    yi-core Yi.Config.Simple

    Highlight the selection

  9. setDividerPosE :: DividerRef -> DividerPosition -> EditorM ()

    yi-core Yi.Editor

    Sets the given divider position on the current tab

  10. setRegE :: YiString -> EditorM ()

    yi-core Yi.Editor

    Put string into yank register

Page 307 of many | Previous | Next