internal void ClearHistory()
 {
     history.Clear();
     redoStack.Clear();
 }
Example #2
0
 internal void ClearHistory()
 {
     history.Clear();
     redoStack.Clear();
     TextSource.CurrentTB.OnUndoRedoStateChanged();
 }