MCPcopy 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
142void ImGuiTextEditor::selectAll()
143{
144 pData->editor.SelectAll();
145}
146
147void ImGuiTextEditor::copy()
148{

Callers 3

onHoverKeyMethod · 0.80
appendContextMenuMethod · 0.80

Calls 1

SelectAllMethod · 0.45

Tested by

no test coverage detected