https://bugs.kde.org/show_bug.cgi?id=395856

Milian Wolff <m...@milianw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/kdev
                   |                            |elop/kdevelop/commit/54b3be
                   |                            |95cd66f9cf0141031a5d97d4b6a
                   |                            |5dc8031
             Status|ASSIGNED                    |RESOLVED

--- Comment #27 from Milian Wolff <m...@milianw.de> ---
Git commit 54b3be95cd66f9cf0141031a5d97d4b6a5dc8031 by Milian Wolff, on behalf
of Martin Seher.
Committed on 01/07/2022 at 08:28.
Pushed by mwolff into branch 'master'.

Configurable semantic colors

Add a page under _Color Themes -> Highlighting Text Styles -> KDevelop/Semantic
Colors_ that allows the configuration of the semantic highlight colors.
- When the _Local colorization intensity_ is bigger than zero then the rainbow
colors are used for local variables like before, overwriting the corresponding
configured colors
- A _Global colorization intensity_ less then 255 (max) will still cause a
blending of the global colors
- _Bold font for declarations_ will make the declarations bold in addition to
the bold settings from the config dialog

So a _Local colorization intensity_ of 0 and a _Global colorization intensity_
of 255 should be set when the exact configured colors are desired.

See also:
https://invent.kde.org/kdevelop/kdevelop/uploads/500467bc355906d363e3a76a9044e138/ColorConfig.png

M  +1    -0    kdevplatform/language/CMakeLists.txt
M  +15   -5    kdevplatform/language/highlighting/codehighlighting.cpp
M  +3    -0    kdevplatform/language/highlighting/codehighlighting.h
M  +133  -5    kdevplatform/language/highlighting/colorcache.cpp
M  +9    -0    kdevplatform/language/highlighting/colorcache.h
M  +3    -0    kdevplatform/language/highlighting/configurablecolors.cpp
A  +42   -0   
kdevplatform/language/highlighting/syntax/kdevelop-semantic-colors.xml
A  +5    -0    kdevplatform/language/highlighting/syntax/syntax.qrc
M  +10   -15   plugins/contextbrowser/contextbrowser.cpp
M  +2    -2    plugins/contextbrowser/contextbrowser.h

https://invent.kde.org/kdevelop/kdevelop/commit/54b3be95cd66f9cf0141031a5d97d4b6a5dc8031

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to