Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ selectAll
Method
selectAll
plugins/Cardinal/src/ImGuiTextEditor.cpp:142–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
void ImGuiTextEditor::selectAll()
143
{
144
pData->editor.SelectAll();
145
}
146
147
void ImGuiTextEditor::copy()
148
{
Callers
3
appendSelectionContextMenu
Function · 0.80
onHoverKey
Method · 0.80
appendContextMenu
Method · 0.80
Calls
1
SelectAll
Method · 0.45
Tested by
no test coverage detected