| 1717 | } |
| 1718 | |
| 1719 | void 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 | |
| 1732 | void MainWindow::updateDocumentBasedUi(Scintilla::Update updated) |
| 1733 | { |
nothing calls this directly
no outgoing calls
no test coverage detected