Summary: | Can't change highlight color used when hovering identifier | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Elvis Stansvik <elvstone> |
Component: | All editors | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 5.0.0 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdevplatform/f871ad77943e4d584fc051309d83c6d493fa51b4 | Version Fixed In: | 5.0.1 |
Sentry Crash Report: | |||
Attachments: | Hovering an identifier in the editor |
Description
Elvis Stansvik
2016-09-08 15:03:22 UTC
Created attachment 100986 [details]
Hovering an identifier in the editor
true I think the proper way to implement that would be to add a plugin hook into the ktexteditor fonts&colors config page, then add our stuff there into a custom group. this would also allow us to add configurations for the other syntax highlighting colors Git commit f871ad77943e4d584fc051309d83c6d493fa51b4 by Sven Brauch. Committed on 08/09/2016 at 20:49. Pushed by brauch into branch '5.0'. Use search background color for highlighting in the view. So far it was always a hard-coded bright yellow. REVIEW:128862 M +19 -18 plugins/contextbrowser/contextbrowser.cpp http://commits.kde.org/kdevplatform/f871ad77943e4d584fc051309d83c6d493fa51b4 |