MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / updateDocumentSize

Method updateDocumentSize

src/widgets/EditorInfoStatusBar.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void EditorInfoStatusBar::updateDocumentSize(ScintillaNext *editor)
99{
100 QString sizeText = tr("Length: %L1 Lines: %L2").arg(editor->length()).arg(editor->lineCount());
101 docSize->setText(sizeText);
102}
103
104void EditorInfoStatusBar::updateSelectionInfo(ScintillaNext *editor)
105{

Callers

nothing calls this directly

Calls 2

lengthMethod · 0.80
setTextMethod · 0.80

Tested by

no test coverage detected