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

Method updateSelectionBasedUi

src/dialogs/MainWindow.cpp:1747–1751  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1745}
1746
1747void MainWindow::updateSelectionBasedUi(ScintillaNext *editor)
1748{
1749 ui->actionUndo->setEnabled(editor->canUndo());
1750 ui->actionRedo->setEnabled(editor->canRedo());
1751}
1752
1753void MainWindow::updateContentBasedUi(ScintillaNext *editor)
1754{

Callers

nothing calls this directly

Calls 1

setEnabledMethod · 0.45

Tested by

no test coverage detected