Опечетка, вопрос про файл
/home/one/.config/cudatext/py/cudatext.py
"ui_statusbar_panels": "caret,C,120|enc,C,110|ends,A,|lexer,C,120|,|zoom,A||selmode,A|,,|msg,L|",
CudaText 1.236.0.3: нет пункта меню Macro
-
main Alexey
- Posts: 3200
- Joined: 25.08.2021 18:15
Re: CudaText 1.236.0.3: нет пункта меню Macro
в вашей опции есть два или 3 лишних сепаратора.
1. в конце
2. двойное ||
3. тут - lexer,C,120|,|zoom,A
1. в конце
2. двойное ||
3. тут - lexer,C,120|,|zoom,A
-
main Alexey
- Posts: 3200
- Joined: 25.08.2021 18:15
Re: CudaText 1.236.0.3: нет пункта меню Macro
>Опечетка, вопрос про файл /home/one/.config/cudatext/py/cudatext.py
что за файл? он нужен для дефиниций функций и констант py-API
что за файл? он нужен для дефиниций функций и констант py-API
Re: CudaText 1.236.0.3: нет пункта меню Macro
Спасибо!
Было:
Подумал, какая логика описания параметров statusbar, изменил.
Стало:
Ошибок нет
осталось предупреждение:
Было:
Code: Select all
//"ui_statusbar_panels": "caret,C,120|enc,C,110|ends,A,|lexer,C,120|,|zoom,A||selmode,A|,,|msg,L|",Стало:
Code: Select all
"ui_statusbar_panels": "caret,C,120|enc,C,110|ends,A|lexer,C,120|zoom,A|selmode,A|msg,L|",осталось предупреждение:
Code: Select all
NOTE: Theme "My theme modified tab.cuda-theme-ui" misses item "EdCarets"-
main Alexey
- Posts: 3200
- Joined: 25.08.2021 18:15
Re: CudaText 1.236.0.3: нет пункта меню Macro
про 'misses item EdCarets'. вы сохраняли тему (из диалога настройки цветов темы) давно тогда еще не было параметра темы EdCarets. сохраните ее сегодня. он появится. сам параметр можно оставить деофлтом.
Re: CudaText 1.236.0.3: нет пункта меню Macro
Да, спасибо, создал вновь тему.
Ошибок нет.
Я в ней меняю цвет шрифта заголовка modified tabs на красный.
Так заметнее.
А что за новый элемент тем EdCarets, что он подсвечивает?
Ошибок нет.
Я в ней меняю цвет шрифта заголовка modified tabs на красный.
Так заметнее.
А что за новый элемент тем EdCarets, что он подсвечивает?
-
main Alexey
- Posts: 3200
- Joined: 25.08.2021 18:15
Re: CudaText 1.236.0.3: нет пункта меню Macro
1.234.3 (2026/05)
* change/add: UI-theme field 'EdCaret' (in the theme files in the folder "data/themes") is ignored now. New field is 'EdCarets' (with final 's'). New field supports value 'none color' (which is default) - it will re-use the text font color. New field sets the _final_ color of the caret (before it was a XOR-value), so you can set now e.g. red or green caret.
* change/add: UI-theme field 'EdCaret' (in the theme files in the folder "data/themes") is ignored now. New field is 'EdCarets' (with final 's'). New field supports value 'none color' (which is default) - it will re-use the text font color. New field sets the _final_ color of the caret (before it was a XOR-value), so you can set now e.g. red or green caret.