CudaText last release

Post Reply
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

CudaText 1.130.0.
HTML auto-completion has new html-tag list, and supports HTML entities.
Big work on Undo code: many issues were fixed.
Faster multi-carets edition with 100+ carets.
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

CudaText 1.131.
Improved the way how option "undo_limit" is applied. Now Undo limit is not N simple memory-items, but N 'actions', where 'action' is one simple command (typing a char, Del, BkSp etc), one multi-caret editing, or one mass-replacement.
Panels Output/Validate are now based on 'editor' control, so it's possible to select some text range and "copy" this range.
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

CudaText 1.132.
Added support for LSP Client plugin.
Highlight of find-what field background if option 'Hi' cannot find anything.
and fixes.
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

CudaText 1.133.
now parser engine is multi-threaded. it is a major change with lot of changes in the source.
about 10 release-candidates were published.

now can show pilcrow-char for end-of-line marks.
now files deleted outside are marked as 'modified'.
some lexers updated/fixed.
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

CudaText 1.133.5.
Plugin "Options Editor" replaced with new plugin "Options Editor Lite".
better stability of multi-threaded parser.
lot of fixes.
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

CudaText 1.135.
App can save files to system dirs, on Linux.
Big improvements to make the work smooth on huge files and huge length lines.
and many small changes.

CudaText 1.136.
Several improvements in file-viewer (viewer with text/hex/unicode modes).
Added some APIs - for 'Highlight occurrences' plugin and for future to embed UI-controls near the editor.
and fixes.
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

CudaText 1.137 and 1.138.
Added API for the new 'Breadcrumbs' plugin.
Many improvements to HTML + CSS auto-completions (see detailed in history.txt), and to Emmet plugin.
Option for 'html autoclose', option "renderer_anti_flicker", and some other options.
and fixes.
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

CudaText 1.139.
Option to keep original font colors in selection.
Improvements in CSS and HTML-autocompletions.
Added 2 options to "Comments" plugin.
and fixes.
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

CudaText 1.139.2 .. 1.139.5.
Minor improvements. Including new special value of 'renderer_anti_flicker' option which fixes flickering for many cases.
Can show 'zoom' value on the statusbar.
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

CudaText 1.140.0.
Stability fixes, faster load folders in Project Manager, and improved Markdown lexer.
Other changes are minor.
Post Reply