Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Syntax Highlighter react to Theme Changes #1650

Merged
merged 1 commit into from
Jul 12, 2019

Conversation

thestr4ng3r
Copy link
Member

Copy link
Contributor

@a1ext a1ext left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -400,6 +399,9 @@ void Configuration::setInterfaceTheme(int theme)

emit interfaceThemeChanged();
emit colorsUpdated();
#ifdef CUTTER_ENABLE_KSYNTAXHIGHLIGHTING
emit kSyntaxHighlightingThemeChanged();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why signal starts with k prefix?

Copy link
Member

@xarkes xarkes Jul 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because it is the KSyntaxHighlighting class afaik.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm... ok

@thestr4ng3r thestr4ng3r merged commit 7c605e3 into master Jul 12, 2019
@xarkes xarkes deleted the ksyntaxhighlighting-theme branch July 19, 2019 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants