Page 1 of 1

Tiny statusbar display bug.

Posted: 04.02.2026 15:54
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.

Re: Tiny statusbar display bug.

Posted: 04.02.2026 17:55
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.

Re: Tiny statusbar display bug.

Posted: 04.02.2026 17:57
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).

Re: Tiny statusbar display bug.

Posted: 04.02.2026 22:29
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.