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).
CudaText last release
-
main Alexey
- Posts: 2931
- Joined: 25.08.2021 18:15
Re: CudaText last release
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.
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.
-
main Alexey
- Posts: 2931
- Joined: 25.08.2021 18:15
Re: CudaText last release
CudaText 1.231.2.
add: lexer Diff is pre-installed now.
add: allow making menu-items for cuda_lint_xxxx / cuda_fmt_xxxx plugins, ie linters/formatters are allowed now to have [itemX] sections in their install.inf.
change: panels Output/Validate now obey the option "ui_console_wrap".
add: lexer Diff is pre-installed now.
add: allow making menu-items for cuda_lint_xxxx / cuda_fmt_xxxx plugins, ie linters/formatters are allowed now to have [itemX] sections in their install.inf.
change: panels Output/Validate now obey the option "ui_console_wrap".
-
main Alexey
- Posts: 2931
- Joined: 25.08.2021 18:15
Re: CudaText last release
CudaText 1.231.5.
add: GTK2 version: rendering is now about 2 times faster.
and few minor additions/fixes (details are in the file history.txt).
add: GTK2 version: rendering is now about 2 times faster.
and few minor additions/fixes (details are in the file history.txt).
-
main Alexey
- Posts: 2931
- Joined: 25.08.2021 18:15
Re: CudaText last release
CudaText 1.231.7.
add: non-Windows: saving of filename with bad chars ':\*?|<>' on exFAT disk: replace bad chars with '_'.
add: API to allow plugin Find-Replace_Separate_History to handle app's command "clear find/replace dialog history".
add: lexer JS: code-tree shows funcs nested in a class.
add: lexer JS: code-tree shows class methods and constructor (syntax without keyword 'function').
add: lexer JS: template strings can be multiline.
and fixes (details in the file history.txt).
add: non-Windows: saving of filename with bad chars ':\*?|<>' on exFAT disk: replace bad chars with '_'.
add: API to allow plugin Find-Replace_Separate_History to handle app's command "clear find/replace dialog history".
add: lexer JS: code-tree shows funcs nested in a class.
add: lexer JS: code-tree shows class methods and constructor (syntax without keyword 'function').
add: lexer JS: template strings can be multiline.
and fixes (details in the file history.txt).
-
main Alexey
- Posts: 2931
- Joined: 25.08.2021 18:15
Re: CudaText last release
CudaText 1.231.8 ... 1.232.0.
add: option "detect" matching reworked, now each key supports ';'-separated filemasks, and filemasks are more powerful: support e.g. "*foo", "foo*", "foo*bar".
add: option "detect" now supports lite lexers too.
add: new lite lexer for config files: Config-RC.
add: statusbar cell 'RO' is now reddish+bold.
add: lexer's file *.cuda-lexmap can contain "[op] fold_exclude_line=0", to _not_ exclude last line from folding-ranges; that option was needed for lexer Rainmeter.
add: lexer Rainmeter (in addons-manager): code-tree is handled by built-in tree-helper now.
add: option "detect" matching reworked, now each key supports ';'-separated filemasks, and filemasks are more powerful: support e.g. "*foo", "foo*", "foo*bar".
add: option "detect" now supports lite lexers too.
add: new lite lexer for config files: Config-RC.
add: statusbar cell 'RO' is now reddish+bold.
add: lexer's file *.cuda-lexmap can contain "[op] fold_exclude_line=0", to _not_ exclude last line from folding-ranges; that option was needed for lexer Rainmeter.
add: lexer Rainmeter (in addons-manager): code-tree is handled by built-in tree-helper now.