MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / Undo

Method Undo

plugins/Cardinal/src/DearImGuiColorTextEditor/TextEditor.cpp:1998–2002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1996}
1997
1998void TextEditor::Undo(int aSteps)
1999{
2000 while (CanUndo() && aSteps-- > 0)
2001 mUndoBuffer[--mUndoIndex].Undo(this);
2002}
2003
2004void TextEditor::Redo(int aSteps)
2005{

Callers 1

undoMethod · 0.80

Calls 6

DeleteRangeMethod · 0.80
ColorizeMethod · 0.80
InsertTextAtMethod · 0.80
c_strMethod · 0.80
EnsureCursorVisibleMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected