MCPcopy Create free account
hub / github.com/TeXworks/texworks / clear

Method clear

src/TeXDocumentWindow.cpp:1769–1772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1767}
1768
1769void TeXDocumentWindow::clear()
1770{
1771 textEdit->textCursor().removeSelectedText();
1772}
1773
1774QString TeXDocumentWindow::getLineText(int lineNo) const
1775{

Callers 2

updateEngineListMethod · 0.45
acceptInputLineMethod · 0.45

Calls 1

textCursorMethod · 0.80

Tested by

no test coverage detected