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

Method Redo

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

Source from the content-addressed store, hash-verified

2002}
2003
2004void TextEditor::Redo(int aSteps)
2005{
2006 while (CanRedo() && aSteps-- > 0)
2007 mUndoBuffer[mUndoIndex++].Redo(this);
2008}
2009
2010const TextEditor::Palette & TextEditor::GetDarkPalette()
2011{

Callers 1

redoMethod · 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