line number, symtax highlight, initial dark theme

This commit is contained in:
2026-02-01 15:21:11 +08:00
parent 20e91b4b0a
commit 480d628260
8 changed files with 306 additions and 9 deletions

View File

@@ -31,6 +31,8 @@ private:
void setupActions();
void showSettings();
void applyLexer(const QString & lexer);
void applySettingsToEditor(SciEdit *editor);
void applySettingsToAllEditors();
void updateWindowTitle();
void updateStatusBar();
void updateActions();