TextBuffer.enableUndo
bool enableUndo() @property nothrowGet enableUndo property.
Returns
Denotes if support for undoing and redoing changes to the buffer is allowed.
void enableUndo(bool propval) @property nothrowSet enableUndo property.
Parameters
propval | Denotes if support for undoing and redoing changes to the buffer is allowed. |