Tiny statusbar display bug.
Posted: 04.02.2026 15:54
This is the statusbar configuration line that I have been using for years:
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.
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",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.