csharp
public enum ExternalEditOutcomeWhat one open document did about its file changing underneath it.
Fields and properties (4)
ReloadedRead again. It was clean, so there was nothing in memory that disk did not also have.
KeptLeft alone because it has unsaved edits. It is IsStale now.
UnsupportedLeft alone because this kind of document cannot re-read its file. Also stale.
FailedIt tried and could not — a half-written file, an unreadable one. What it had still stands.
Used by (5)
- EditorApplicationVixen.Editor.App
- ExternalEditVixen.Editor.Core
- ExternalEditPumpTestsVixen.Editor.App.Tests
- ExternalEditsVixen.Editor.Core
- ExternalEditsTestsVixen.Editor.Core.Tests