Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newEditorForText :: Notebook -> Maybe FilePath -> Text -> App () Source
getActiveEditorText :: Context -> IO (Maybe Text) Source
getActiveEditorTab :: Context -> IO (Maybe Widget) Source
getActiveEditor :: Context -> IO (Maybe SourceView) Source
invokeOnActiveEditor :: (SourceView -> IO ()) -> App () Source
getEditorText :: TextViewClass a => a -> IO Text Source
getEditorFilePath :: SourceView -> IO (Maybe FilePath) Source
setEditorFilePath :: SourceView -> Maybe FilePath -> IO () Source
getEditorFromNotebookTab :: Widget -> IO (Maybe SourceView) Source
updateEditorTitle :: SourceView -> IO () Source