Method UndoOperations
UndoOperations(IList<ITextUndo>, bool)
protected void UndoOperations(IList<ITextUndo> operations, bool format = false)
Parameters
UndoOperations(int, ITextUndoList, bool)
protected int UndoOperations(int line, ITextUndoList operations, bool withUndo)
Parameters
line
intoperations
ITextUndoListwithUndo
bool