multitextor icon indicating copy to clipboard operation
multitextor copied to clipboard

Configurable top statusbar

Open Alexey-T opened this issue 4 years ago • 2 comments

Can you make this bar contents the option? with macros. so default value can be option value like [{LineCount}] L:{LineIndex} C:{ColIndex} .

Alexey-T avatar Aug 31 '21 15:08 Alexey-T

I think about it.

vikonix avatar Aug 31 '21 18:08 vikonix

later you may add more macros here. see how CudaText does it--

Macros: {y}: line index of first caret {y2}: line index of last caret {yb}: line index of first selection beginning {ye}: line index of first selection ending {x}: column index of first caret, tab-chars counted as 1 {xx}: column index of last caret, tab-chars expanded {count}: total number of lines {carets}: total number of carets {sel}: number of lines affected by selection(s) {selchars}: number of selected characters, for all kinds of selections {cols}: number of columns in column selection {char}: character at first caret (empty if no char) {char_dec}: character at first caret - decimal code (empty if no char) {char_hex}: character at first caret - 2...4-digit hex code (empty if no char) {char_hex4}: character at first caret - 4-digit hex code (empty if no char) {_ln}: localized string "Ln" {_col}: localized string "Col" {_sel}: localized string "sel" {_linesel}: localized string "lines sel" {_carets}: localized string "carets"

Alexey-T avatar Aug 31 '21 18:08 Alexey-T