CudaText last release

main Alexey
Posts: 3051
Joined: 25.08.2021 18:15

Re: CudaText last release

Post by main Alexey »

CudaText 1.234.0.

add: new wiki topic "How to open all picture-files in hex mode".
add: support future feature of LSP Client plugin: Linked Editing Ranges (LSP 3.16) with multi-carets.
add: in v1.218.0, _keyboard_ column selection mode without Alt-key was removed; now it's re-added, via 3 new commands in the Cmd Palette: "keyboard column selection, without Alt-key: on / off / toggle".
add: keyboard column selection mode: reuse options "key_home_to_nonspace"/"key_end_to_nonspace".
add: Addons Manager: show progressbar during file downloading, very useful for big files.

change: option "ui_statusbar_panels": removed cell "selmode" from default value.
change: option "ui_statusbar_panels": added new cell "ro" instead of the showing "RO" in the "selmode" cell.
change: changed order of commands "trim spaces: ...." in the Cmd Palette, and renamed them.
change: deleted option "unicode_full_width"; its internal value changed from 190 to 200 to better align 'tables' with CJK text.
change: deleted menu item "Plugins / Addons Manager / Download all...", instead use the script "download_addons.py" from GitHub repo.
change: replaced option "underline_color_files" (it was ugly list of file extensions which is very unusual for options) with boolean "underline_color" which now must be set in lexer-specific configs; it is activated in these default lexer-specific configs: HTML CSS JS JSON.

and fixes (details in the file history.txt).
main Alexey
Posts: 3051
Joined: 25.08.2021 18:15

Re: CudaText last release

Post by main Alexey »

Good news: Windows/ARM64 version is ready. ARM64 is called 'aarch64'.
It is published on the usual download place: SourceForge, 'Files' section.
https://sourceforge.net/projects/cudate ... 1.234.0.2/
It has the Python 3.14 ARM64. If some plugin uses binary DLL file, it won't work until binary DLL for ARM64 is included. For example, plugin Spell_Checker is shipped with binary DLL file (not for ARM64 yet).

Maybe not each CudaText release will be published with the ARM64 version, but sometimes, on bigger updates, I will compile it.

Github 'action' to compile it was made by https://github.com/TickDracy .
I hope that TickDracy did not add malware/etc to his 'action', let's hope together, I think he is a good man. Action-file is:
https://github.com/Alexey-T/CudaText/bl ... -arm64.yml
Post Reply