https://cudatext.github.io/history.txt
CudaText - Free Pascal wiki1.214.6 (2024/05)
* change: changed statusbar 'wrap' cell text 'wrap'/'no wrap' to graphic
https://wiki.freepascal.org/CudaText
Configurable statusbar
Как сделать statusbar 'wrap' cell и Font zoom видимыми?Word-wrapping mode. Cell is hidden by default.
No wrapping.
Wrapping at window edge.
Wrapping at fixed margin.
Font zoom value in percents. Cell is hidden by default.
Нашел!
В ~/.config/cudatext/settings_default/default.json "
Code: Select all
//Statusbar panels list. Can skip and reorder panels.
//Panels are "|"-separated, where each item is ","-separated: name, alignment, width.
//Panel names:
// caret : Caret(s)/selection(s) information.
// enc : Encoding name.
// ends : Line ends characters.
// lexer : Lexer name.
// tabsize: Tab-char kind and size.
// ins : Insert/Overwrite mode (toggled by Ins key).
// selmode: Current selection mode.
// Shows "-" for normal selection mode, "||" for column selection mode.
// Additionally shows "RO" when document has read-only state.
// wrap : Word-wrap mode.
// Shows one of 3 icons: no wrap, wrap at window edge, wrap at fixed margin.
// zoom : Text scale in %.
// Change this scale by Command Palette commands "current document font size: bigger/smaller",
// and by Ctrl+<Mouse wheel> (when option "mouse_wheel_zoom":true).
// msg : Various messages from app and plugins.
//Panel alignments:
// C: center
// L: left
// R: right
// A: auto-sized (width adjusts to text)
"ui_statusbar_panels": "caret,C,180|enc,C,125|ends,A,|lexer,C,140|tabsize,A,|selmode,A,|msg,L,",