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

Method updateLanguageName

src/docks/LanguageInspectorDock.cpp:158–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void LanguageInspectorDock::updateLanguageName(ScintillaNext *editor)
159{
160 qInfo(Q_FUNC_INFO);
161
162 ui->editLanguage->setText(editor->languageName);
163 ui->editLexer->setText(editor->lexerLanguage());
164}
165
166void LanguageInspectorDock::updatePropertyInfo(ScintillaNext *editor)
167{

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected