File watcher used on the open editor document. Monitors the file for changes and if a change occurs either updates the document (if not dirty) or does nothing and defers to editor.SaveDocument() to compare changes.
MarkdownMonster.Utilities.DocumentFileWatcher
public class DocumentFileWatcher : object
Class Members
Member | Description | |
---|---|---|
Constructor |
||
AttachFilewatcher |
Attach an Editor instance to watch the related file public static void AttachFilewatcher(MarkdownDocumentEditor editor) |
|
CheckFileChangeInOpenDocuments |
Checks to see if a file has changed and updates the document in the editor public static Task CheckFileChangeInOpenDocuments(bool noPrompt) |
Requirements
Namespace: MarkdownMonster.UtilitiesAssembly: markdownmonster.exe
© West Wind Technologies, 2016-2024 • Updated: 11/23/21
Comment or report problem with topic