TextEdit

class TextEdit

A textual edit applicable to a text document.

Members defined in TextEdit (2 members)

new_text

RW

The string to be inserted.

range

RW

The range of the text document to be manipulated.

Attributes

property new_text: str

The string to be inserted.

For delete operations use an empty string.

property range: syside.RangeUtf8

The range of the text document to be manipulated.

To insert text into a document create a range where start == end.

Used in