redo method
HistoryChanged
redo()
Implementation
HistoryChanged redo() {
cachedPlainText = null;
return history.redo(this);
}
HistoryChanged redo() {
cachedPlainText = null;
return history.redo(this);
}