add back indent guide, misc tweaks

This commit is contained in:
2026-02-01 23:06:41 +08:00
parent 7c79abc9c7
commit 5f8aa70827
6 changed files with 22 additions and 10 deletions

View File

@@ -31,8 +31,8 @@ private:
void setupActions();
void showSettings();
void applyLexer(const QString & lexer);
void applySettingsToEditor(SciEdit *editor);
void applySettingsToAllEditors();
void applySettingsToEditor(SciEdit *editor);
void applySettingsToAllEditors();
void updateWindowTitle();
void updateStatusBar();
void updateActions();
@@ -42,6 +42,7 @@ private:
QLabel *m_cursorPosStatusLabel;
QLabel *m_encodingStatusLabel;
QLabel *m_languageStatusLabel;
bool m_indentGuidesEnabled = false;
};
// plainly for KConfigDialog