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