Bug 464148 - syntax highlighting in sourceview.cpp for kcachegrind
Summary: syntax highlighting in sourceview.cpp for kcachegrind
Status: REPORTED
Alias: None
Product: kcachegrind
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Other
: NOR wishlist
Target Milestone: ---
Assignee: Josef Weidendorfer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-11 13:27 UTC by Simon Sobisch
Modified: 2023-01-11 13:27 UTC (History)
1 user (show)

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 Simon Sobisch 2023-01-11 13:27:15 UTC
reading text with syntax highlighting can help to faster understand the code's purpose / context

Would it be possible to add a optional dependency to frameworks-syntax-highlighting?

Some people may prefer using it with "plain text view" as it is now, both this and the possibility that the code uses the wrong highlighter (for example in the bison/flex case where you may want to switch between those and c/cpp) could be worked around with a dropdown in the sourceview or a menu entry to switch the language.