class LSP::TextEdit
- LSP::TextEdit
- Reference
- Object
Overview
A textual edit applicable to a text document.
Included Modules
Defined in:
base/text_edit.crConstructors
Instance Method Summary
- #new_text : String
- #new_text=(new_text : String)
-
#range : Range
The range of the text document to be manipulated.
-
#range=(range : Range)
The range of the text document to be manipulated.
Constructor Detail
Instance Method Detail
The range of the text document to be manipulated. To insert text into a document create a range where start === end.