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.

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

  2. setSelectionMarkPointB :: Point -> BufferM ()

    yi-core Yi.Config.Simple

    Marks Set the current buffer selection mark

  3. setVisibleSelection :: Bool -> BufferM ()

    yi-core Yi.Config.Simple

    Highlight the selection

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

    yi-core Yi.Editor

    Sets the given divider position on the current tab

  5. setRegE :: YiString -> EditorM ()

    yi-core Yi.Editor

    Put string into yank register

  6. setStatus :: MonadEditor m => Status -> m ()

    yi-core Yi.Editor

    Set the "background" status line

  7. setFileName :: BufferRef -> FilePath -> YiM ()

    yi-core Yi.File

    Associate buffer with file; canonicalize the given path name.

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

  9. setInput :: YiString -> BufferM ()

    yi-core Yi.Mode.Interactive

    No documentation available.

  10. setRegexE :: SearchExp -> EditorM ()

    yi-core Yi.Search

    Put regex into regex register

Page 307 of many | Previous | Next