hob-0.0.1.0: A source code editor aiming for the convenience of use

Safe HaskellNone
LanguageHaskell2010

Hob.Ui.Editor

Documentation

newEditorForText :: Notebook -> Maybe FilePath -> Text -> App () Source

invokeOnActiveEditor :: (SourceView -> IO ()) -> App () Source

getEditorText :: TextViewClass a => a -> IO Text Source

setEditorFilePath :: SourceView -> Maybe FilePath -> IO () Source

getEditorFromNotebookTab :: Widget -> IO (Maybe SourceView) Source

updateEditorTitle :: SourceView -> IO () Source