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

Method updateLanguage

src/widgets/EditorInfoStatusBar.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void EditorInfoStatusBar::updateLanguage(ScintillaNext *editor)
128{
129 docType->setText(editor->languageName);
130}
131
132
133void EditorInfoStatusBar::updateEol(ScintillaNext *editor)

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected