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

Method updateGui

src/dialogs/MainWindow.cpp:1719–1730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1717}
1718
1719void MainWindow::updateGui(ScintillaNext *editor)
1720{
1721 qInfo(Q_FUNC_INFO);
1722
1723 updateFileStatusBasedUi(editor);
1724 updateSaveStatusBasedUi(editor);
1725 updateEOLBasedUi(editor);
1726 updateEditorPositionBasedUi();
1727 updateSelectionBasedUi(editor);
1728 updateContentBasedUi(editor);
1729 updateLanguageBasedUi(editor);
1730}
1731
1732void MainWindow::updateDocumentBasedUi(Scintilla::Update updated)
1733{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected