Bug 340365 - JJ: All predefined color schemas incomplete (missing new default styles)
Summary: JJ: All predefined color schemas incomplete (missing new default styles)
Status: RESOLVED WORKSFORME
Alias: None
Product: frameworks-ktexteditor
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-26 11:14 UTC by Dominik Haumann
Modified: 2016-05-28 12:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Haumann 2014-10-26 11:14:52 UTC
In KF5, KTextEditor gained lots of new default styles, see here:
http://kate-editor.org/2014/03/07/kate-part-kf5-new-default-styles-for-better-color-schemes/

Although our highlighting xml files do not yet use these default styles at all as of now, the predefined color schemas are still incomplete.

For instance, the default styles "Constants" in the "Vim (dark)" scheme is not yet fixed, leading to unreadable code.

The default styles are stored in src/data/katesyntaxhighlightingrc. Typically, fixing a Scheme involves to
1. fix it in Kate (in the GUI)
2. and then copy the relevant INI like config section from your local katesyntaxhighlightingrc file into the global one.

All predefined color schemes need to be adapted.
Comment 1 Dominik Haumann 2014-10-26 11:16:18 UTC
I just checked again, and it seems some color schemas already contain the new default styles. So this bug is about checking this again to verify the schemas are really complete.
Comment 2 Dominik Haumann 2016-05-28 12:41:15 UTC
Looks good to me, so safe to close.