Bug 428501 - configure default name colors without semantic highlights
Summary: configure default name colors without semantic highlights
Status: REPORTED
Alias: None
Product: kdevplatform
Classification: Developer tools
Component: sourceformatter (show other bugs)
Version: 5.6.0
Platform: Appimage Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-31 12:00 UTC by Tcll
Modified: 2020-10-31 12:00 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 Tcll 2020-10-31 12:00:18 UTC
semantics put way too many random colors on screen for me which makes things far too overwhelming to make out the syntax.

I'd prefer things to be highlighted more like my themes in IDEA: (based on python's IDLE for an IDE I'm working on)
light: https://ipfs.io/ipfs/QmYRT6cUFMehggtiecdGWSNxp2wmdrZejFCxVpb1Q2biH5?filename=getting_closer.png
dark: https://ipfs.io/ipfs/QmVYwYVPEjEHXG4qq9GD2wxYwPSaooMW9ynh2p4TvcCQtM?filename=Collection_problems.png

in KDevelop, if I disable semantic highlights (like I've done in IDEA as well), then all variable, class, and function names are normal text.

in IDEA, `normal = param.call()` would be colored (my theme) `gray = navy.skyblue()`
and params like `self` or `cls` (first method param) would be a light teal

so you can see there's some colors going on

also doc-comments aren't red (my theme) ;)