UI Theme Items

Solved bugs are moved into this topic...
main Alexey
Posts: 2419
Joined: 25.08.2021 18:15

Post by main Alexey »

Updated Win64 .exe file:
http://uvviewsoft.com/c/

>Do you have an example text file
No, but you can read this: https://wiki.freepascal.org/CudaText#Ho ... heme_items
qwerky
Posts: 172
Joined: 21.10.2013 00:58

Post by qwerky »

Works, thanks!
qwerky
Posts: 172
Joined: 21.10.2013 00:58

Post by qwerky »

In 'Settings - theme - ui...', what do 'side-toolbar, button badges BG' and 'side-toolbar, button badges font' do?

When adjusting 'scrollbar, BG', 'scrollbar, thumb border', and 'scrollbar, thumb fill', then 'Apply', changes appear in main editor scrollbars, but not in sidebar scrollbars (until moused over after closing dialog). (Window 10 x64)
main Alexey
Posts: 2419
Joined: 25.08.2021 18:15

Post by main Alexey »

I will add this info to the wiki.

* "side-toolbar, button badges BG" - Background color of badges. To see a badge on sidebar, write to Console input field: print("ERROR: aaa"). The line "ERROR: aaa" will appear in the Console log, and sidebar will show badge "1", meaning you have 1 error line.
* "side-toolbar, button badges font" - Font color of badges.
main Alexey
Posts: 2419
Joined: 25.08.2021 18:15

Post by main Alexey »

>When adjusting 'scrollbar, BG', 'scrollbar, thumb border', and 'scrollbar, thumb fill', then 'Apply', changes appear in main editor scrollbars, but not in sidebar scrollbars
I did not reproduce this (Linux), scrollbars of code-tree were updated.
qwerky
Posts: 172
Joined: 21.10.2013 00:58

Post by qwerky »

Okay, thanks. Found the button badges. :-)

Side-panel scroll-bar updating: problem was observed on Windows--but this is extremely trivial; nothing to worry about. :-)
Post Reply