Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1904
void TextEditor::SelectAll()
1905
{
1906
SetSelection(Coordinates(0, 0), Coordinates((int)mLines.size(), 0));
1907
}
1908
1909
bool TextEditor::HasSelection() const
1910
{
Callers
3
selectAll
Method · 0.45
InputTextEx
Method · 0.45
MyCallback
Method · 0.45
Calls
2
Coordinates
Class · 0.85
size
Method · 0.45
Tested by
no test coverage detected