Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ canRedo
Method
canRedo
plugins/Cardinal/src/ImGuiTextEditor.cpp:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
bool ImGuiTextEditor::canRedo() const
168
{
169
return pData->editor.CanRedo();
170
}
171
172
void ImGuiTextEditor::undo()
173
{
Callers
9
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
step
Method · 0.80
appendContextMenu
Method · 0.80
Calls
1
CanRedo
Method · 0.80
Tested by
no test coverage detected