Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeXworks/texworks
/ insertText
Method
insertText
src/TeXDocumentWindow.cpp:1920–1923 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1918
}
1919
1920
void TeXDocumentWindow::insertText(const QString& text)
1921
{
1922
textCursor().insertText(text);
1923
}
1924
1925
void TeXDocumentWindow::setWindowModified(bool modified)
1926
{
Callers
6
replaceSelection
Method · 0.45
doInsertCitationsDialog
Method · 0.45
doHardWrap
Method · 0.45
doReplace
Method · 0.45
doReplaceAll
Method · 0.45
foreach
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected