Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ selectAllText
Method
selectAllText
Engine/source/gui/controls/guiTextEditCtrl.cpp:306–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
}
305
306
void GuiTextEditCtrl::selectAllText()
307
{
308
mBlockStart = 0;
309
mBlockEnd = mTextBuffer.length();
310
setUpdate();
311
}
312
313
void GuiTextEditCtrl::clearSelectedText()
314
{
Callers
14
GuiTreeViewFilterText
Function · 0.80
datablockEditor.cs
File · 0.80
cameraBookmarks.ed.cs
File · 0.80
ESettingsWindowTextEdit
Function · 0.80
ESettingsWindowColorEdit
Function · 0.80
ETransformSelectionTextEdit
Function · 0.80
GuiTreeViewFilterText
Function · 0.80
datablockEditor.cs
File · 0.80
cameraBookmarks.ed.cs
File · 0.80
ESettingsWindowTextEdit
Function · 0.80
ESettingsWindowColorEdit
Function · 0.80
ETransformSelectionTextEdit
Function · 0.80
Calls
1
length
Method · 0.45
Tested by
no test coverage detected