You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
Can you make this bar contents the option? with macros. so default value can be option value like
[{LineCount}] L:{LineIndex} C:{ColIndex}
.The text was updated successfully, but these errors were encountered: