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

Method setLanguage

src/dialogs/MainWindow.cpp:1823–1829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1821}
1822
1823void MainWindow::setLanguage(ScintillaNext *editor, const QString &languageName)
1824{
1825 qInfo(Q_FUNC_INFO);
1826 qInfo("Language Name: %s", qUtf8Printable(languageName));
1827
1828 app->setEditorLanguage(editor, languageName);
1829}
1830
1831void MainWindow::bringWindowToForeground()
1832{

Callers

nothing calls this directly

Calls 1

setEditorLanguageMethod · 0.80

Tested by

no test coverage detected