Search found 3007 matches
- Today 07:25
- Forum: General (in Russian)
- Topic: CudaText. Плагин Zettelkasten
- Replies: 49
- Views: 66310
Re: CudaText. Плагин Zettelkasten
в поле редактирования такое нельзя. если не считать того что вы можете отрисовать такое на битмепе через API canvas_proc() и потом этот битмер вставить как gap: ed.gap(). в диалоге плагина? можно. вставляете в диалог контрол "image" и на него выводите битмеп через image_proc(). ---- псевдо...
- Today 07:20
- Forum: General (in Russian)
- Topic: Разные вопросы по функциям CudaText и ответы
- Replies: 161
- Views: 111112
Re: Разные вопросы по функциям CudaText и ответы
только одну строку можно ввести. функцию надо вытянуть в одну строку:
def nn(a,b): return a/b
это только для простых ф-ций.
простой интерпретатор это и есть консоль, или чем она отличается от интерпретатора?
def nn(a,b): return a/b
это только для простых ф-ций.
простой интерпретатор это и есть консоль, или чем она отличается от интерпретатора?
- 18.03.2026 18:57
- Forum: General - CudaText
- Topic: CudaText last release
- Replies: 179
- Views: 207643
Re: CudaText last release
CudaText 1.233.2.
add: Linux x64 GTK3 version is also released now.
add: Project Manager: add context menu item "Remove deleted nodes".
and fixes (details in the file history.txt).
add: Linux x64 GTK3 version is also released now.
add: Project Manager: add context menu item "Remove deleted nodes".
and fixes (details in the file history.txt).
- 14.03.2026 07:37
- Forum: General - CudaText
- Topic: Slovenian translation update
- Replies: 12
- Views: 5841
Re: Slovenian translation update
Updated.
- 14.03.2026 07:37
- Forum: General - CudaText
- Topic: Czech & Slovak translation update
- Replies: 32
- Views: 27970
- 13.03.2026 11:20
- Forum: General (in Russian)
- Topic: CudaText. Плагин Zettelkasten
- Replies: 49
- Views: 66310
Re: CudaText. Плагин Zettelkasten
Наверное надо читать курс по питону, учиться писать на нем плаг. https://learnpythonthehardway.org/ вот хороший. Наверно давно он был бесплатен? Щас платен
- 11.03.2026 13:32
- Forum: General - CudaText
- Topic: CudaText last release
- Replies: 179
- Views: 207643
Re: CudaText last release
CudaText 1.233.1. change/add: dialog "Unprinted chars" reworked: added buttons "Apply to current tab", "Apply to all tabs", "Apply globally". change: command 'toggle show unprinted chars' now affects all ui-tabs + affects in-memory global option + saves to use...
- 07.03.2026 17:22
- Forum: Plugins
- Topic: plugin CudaFormatter + its formatters
- Replies: 36
- Views: 19932
Re: plugin CudaFormatter + its formatters
clang-formatter is now added to the Addons-Manager 'Install' list, try again.
- 07.03.2026 15:52
- Forum: Plugins
- Topic: plugin CudaFormatter + its formatters
- Replies: 36
- Views: 19932
Re: plugin CudaFormatter + its formatters
Black-formatter cannot format, when it finds that indents are wrong, so it's valid behavior of Black formatter. User must fix all indents first. === About C++ formatter. New formatter appeared and it is not yet in the Addon-Manager. https://github.com/CudaText-addons/cuda_fmt_prettier/issues/23 Crea...
- 07.03.2026 10:11
- Forum: Plugins
- Topic: plugin CudaFormatter + its formatters
- Replies: 36
- Views: 19932
Re: plugin CudaFormatter + its formatters
I handled the exception in CudaFormatter, pls update it from 'plugin / addons manager / update' dialog to 2026.03.07. now it must show OK msg-box, for that wrong indented line 5.