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

Method SelectAll

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

Source from the content-addressed store, hash-verified

1902}
1903
1904void TextEditor::SelectAll()
1905{
1906 SetSelection(Coordinates(0, 0), Coordinates((int)mLines.size(), 0));
1907}
1908
1909bool TextEditor::HasSelection() const
1910{

Callers 3

selectAllMethod · 0.45
InputTextExMethod · 0.45
MyCallbackMethod · 0.45

Calls 2

CoordinatesClass · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected