Vixen
dd8b0a81
csharp
public enum ExternalEditOutcome

What one open document did about its file changing underneath it.

Read the guide page for this →

Fields and properties (4)

  • Reloaded

    Read again. It was clean, so there was nothing in memory that disk did not also have.

  • Kept

    Left alone because it has unsaved edits. It is IsStale now.

  • Unsupported

    Left alone because this kind of document cannot re-read its file. Also stale.

  • Failed

    It 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