TextDocumentEdit


Object Hierarchy:

Object hierarchy for TextDocumentEdit

Description:

public class TextDocumentEdit : ResourceOperation

Describes textual changes on a single text document.

The text document may be referred to as a TextDocumentIdentifier to allow clients to check the text document version before an edit is applied. A TextDocumentEdit describes all changes on a version Si and after they are applied move the document to version Si+1. So the creator of a TextDocumentEdit doesn’t need to sort the array of edits or do any kind of ordering. However the edits must be non overlapping.


Namespace: Lsp
Package: lsp-glib-3.0

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class Lsp.ResourceOperation