Table of Contents

Interface IDocument

Namespace
Terminal.Gui.Editor.Document
Assembly
Terminal.Gui.Editor.dll
public interface IDocument : ITextSource, IServiceProvider
Inherited Members
Extension Methods

Properties

FileName
LineCount
Text

Methods

CreateAnchor(int)
EndUndoableAction()
GetLineByNumber(int)
GetLineByOffset(int)
GetLocation(int)
GetOffset(int, int)
GetOffset(TextLocation)
Insert(int, string)
Insert(int, string, AnchorMovementType)
Insert(int, ITextSource)
Insert(int, ITextSource, AnchorMovementType)
OpenUndoGroup()
Remove(int, int)
Replace(int, int, string)
Replace(int, int, ITextSource)
StartUndoableAction()

Events

ChangeCompleted
FileNameChanged
TextChanged
TextChanging