Checkpoint. Syntax colors. Can now apply new ones.

This commit is contained in:
Ernie Pasveer
2022-01-03 16:03:07 -06:00
parent 611af86f59
commit bda1ce4270
9 changed files with 109 additions and 65 deletions
+1
View File
@@ -297,6 +297,7 @@ void SeerMainWindow::handleSettingsConfiguration () {
gdbWidget->setGdbArguments(dlg.gdbArguments());
gdbWidget->setGdbAsyncMode(dlg.gdbAsyncMode());
gdbWidget->editorManager()->setEditorFont(dlg.editorFont());
gdbWidget->editorManager()->setEditorHighlighterSettings(dlg.editorHighlighterSettings());
}
void SeerMainWindow::handleSettingsSaveConfiguration () {