CudaText last release

main Alexey
Posts: 2813
Joined: 25.08.2021 18:15

Re: CudaText last release

Post by main Alexey »

CudaText 1.231.0.

add: big optimization of multi-carets editing, e.g. typing chars with 20K carets (carets aligned in a column) is now _much_ faster.
add: new API to better subscribe/unsubscribe to/from events, it improves work with Sync_Editing plugin.
add: new API to control treeview scrollbars' show-style: hide / show / auto-hide.
add: Cmd Palette / Snippet Panel / Tabs List / plugins' listboxes: auto-hide vertical scrollbar; Code-Tree / Project Manager / plugins' treeviews: auto-hide both scrollbars.
add: lexer HMTL: improved list of 'known' tags.
and fixes (details in the file history.txt).
main Alexey
Posts: 2813
Joined: 25.08.2021 18:15

Re: CudaText last release

Post by main Alexey »

CudaText 1.231.1.

add: when option "lexer_folding_max_lines" overflows by editor's line count, show line about it in the code-tree.
add: new option "codetree_sorted" (named not like other options "ui_tree_xxxx", because it is for lexer-specific config).
and fix.
Post Reply