Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2004
void TextEditor::Redo(int aSteps)
2005
{
2006
while (CanRedo() && aSteps-- > 0)
2007
mUndoBuffer[mUndoIndex++].Redo(this);
2008
}
2009
2010
const TextEditor::Palette & TextEditor::GetDarkPalette()
2011
{
Callers
1
redo
Method · 0.80
Calls
6
DeleteRange
Method · 0.80
Colorize
Method · 0.80
InsertTextAt
Method · 0.80
c_str
Method · 0.80
EnsureCursorVisible
Method · 0.80
empty
Method · 0.45
Tested by
no test coverage detected