ghcide-1.7.0.0: The core of an IDE
Safe HaskellNone
LanguageHaskell2010

Development.IDE.Core.FileStore

Synopsis

Documentation

getFileContents :: NormalizedFilePath -> Action (UTCTime, Maybe Text) Source #

Returns the modification time and the contents. For VFS paths, the modification time is the current time.

setFileModified Source #

Arguments

:: Recorder (WithPriority Log) 
-> VFSModified 
-> IdeState 
-> Bool

Was the file saved?

-> NormalizedFilePath 
-> IO () 

Note that some buffer for a specific file has been modified but not with what changes.

setSomethingModified :: VFSModified -> IdeState -> [Key] -> String -> IO () Source #

Note that some keys have been modified and restart the session Only valid if the virtual file system was initialised by LSP, as that independently tracks which files are modified.

resetFileStore :: IdeState -> [(NormalizedFilePath, FileChangeType)] -> IO () Source #

Reset the GetModificationTime state of watched files Assumes the list does not include any FOIs

resetInterfaceStore :: ShakeExtras -> NormalizedFilePath -> STM () Source #

Reset the GetModificationTime state of interface files

data Log Source #

Instances

Instances details
Show Log Source # 
Instance details

Defined in Development.IDE.Core.FileStore

Methods

showsPrec :: Int -> Log -> ShowS #

show :: Log -> String #

showList :: [Log] -> ShowS #

Pretty Log Source # 
Instance details

Defined in Development.IDE.Core.FileStore

Methods

pretty :: Log -> Doc ann #

prettyList :: [Log] -> Doc ann #