Tiny statusbar display bug.

Solved bugs are moved into this topic...
Post Reply
qwerky
Posts: 174
Joined: 21.10.2013 00:58

Tiny statusbar display bug.

Post by qwerky »

This is the statusbar configuration line that I have been using for years:

Code: Select all

"ui_statusbar_panels": "caret,C,220|selmode,C,40|ins,C,60|wrap,C,60|tabsize,A,75|ends,A,45|enc,C,125|lexer,C,140|msg,L,4000",
It has always worked fine; most recently on CudaText version 1.190.1.0 on Windows 10.

Installing now Windows 11 on another computer, along with CudaText version 1.232.0.1 (current latest version). On this version, there is no divider (specified by '|') shown in the statusbar between the wrap field and the tabsize field, as there should be. Just a tiny bug.

Speaking of the wrap field, this version is using a symbol for the wrap state, as opposed to text ('no wrap'). This can hardly be much help with localization, since the statusbar is full of text anyway. I much prefer the text. This is not a bug; just saying.
main Alexey
Posts: 3005
Joined: 25.08.2021 18:15

Re: Tiny statusbar display bug.

Post by main Alexey »

thanks for reporting it. I confirm this bug, separator line is not painted. fixed now (in ATFlatControls repo), will be in the next update.
main Alexey
Posts: 3005
Joined: 25.08.2021 18:15

Re: Tiny statusbar display bug.

Post by main Alexey »

>This can hardly be much help with localization, since the statusbar is full of text anyway. I much prefer the text.

I prefer the custom icon, because the text (3 variants of text: 'wrap', 'no wrap', 'at margin') is much wider ('at margin' especially, maybe i can shorten it to 'at mrg' but this is ugly).
qwerky
Posts: 174
Joined: 21.10.2013 00:58

Re: Tiny statusbar display bug.

Post by qwerky »

main Alexey wrote: 04.02.2026 17:57 >This can hardly be much help with localization, since the statusbar is full of text anyway. I much prefer the text.

I prefer the custom icon, because the text (3 variants of text: 'wrap', 'no wrap', 'at margin') is much wider ('at margin' especially, maybe i can shorten it to 'at mrg' but this is ugly).
Yes, that would be ugly. If space is concern, then certainly keep the icons.
Post Reply