Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
K
KTextEditor
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Frameworks
  • KTextEditor
  • Merge Requests
  • !20

Merged
Opened Aug 26, 2020 by Christoph Cullmann@cullmannDeveloper

Use KSyntaxHighlighting::Theme infrastructure for color themes in KTextEditor

  • Overview 36
  • Commits 17
  • Changes 22

The idea:

Instead of relying on KConfig files we ship, just use the theme data from KSyntaxHighlighting.

Implementation idea:

Use the theme data as fallback for reading from KConfig stuff. If we do it that way, the editing parts of the colors/... can stay as it is, we just need to ensure we use the correct data as default values.

Perhaps Dominik can take a glance at this, if it makes sense at all.

Edited Sep 02, 2020 by Christoph Cullmann
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: frameworks/ktexteditor!20
Source branch: work/theme_usage