Versie 1.231.0 van CudaText is uitgekomen. Deze opensource en crossplatform teksteditor is beschikbaar voor Windows, Linux, macOS, BSD en Solaris. Het programma heeft uitgebreide mogelijkheden die met name voor softwareontwikkelaars interessant zijn. Het is ontwikkeld in Object Pascal, start snel en door middel van Python-add-ons kan de functionaliteit verder worden uitgebreid. Het programma wordt actief ontwikkeld en regelmatig verschijnen er nieuwe versies. De changelog sinds versie 1.230.0 uitgave ziet er als volgt uit:
CudaText 1.231.0CudaText 1.230.5
- 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
- Fix: Qt5/Qt6: reverted 1.230.0 change "Qt5/Qt6 version better handles IME" because it gave regression
- Fix: Windows: window height was increasing by ~20 pixels on toggling full-screen mode
- Fix: regression: Project Manager cannot show CMake-icon in the project-tree when CMake lexer is installed
- Fix: on deleting multi-selections, editor scrolled to 1st caret: that was wrong
- Fix: on drag-and-drop, ui-tab's 'dirty' mark was not set
- Fix: event on_tab_move fired also on adding a new tab, so Tabs_List reacted 2 times to adding a new tab
- Fix: if main window is not-maximized and near the bottom edge, Command Palette window was partially out of screen bottom
CudaText 1.230.2
- Add: option "auto_close_brackets" supports additional pairs “” and ‘’ and «»
- Fix: regression in 1.172.0 (2022/10): Ctrl+BkSpace wrongly adjusted multi-carets on the same line
- Fix: Windows: IME minor fix
- Fix: bug in code-tree built from tree-helpers
- Fix: non-Windows versions: important fix of copying-to-clipboard
- Fix: API on_lexer_parsed fired too often
CudaText 1.230.1
- Change: option "show_cur_line":true allows to highlight current-line even with selection
- Fix: option "font_quality" did not work
- Fix: dotted-vertical-lines for indented+wrapped line parts were invisible in some cases: on bookmarks and syntax-colored 'fenced blocks' in Markdown
- Change: several old/redundant APIs were removed, but all plugins (in Addons Manager) were updated for this change; if you get plugins' errors with 1.230.1, just update all your plugins via "Plugins / Addons Manager / Update"
- Add: Project Manager: add icons for popular audio-, video-formats; file opening (any way: click, dbl-click, Enter, Space) opens some popular binary-files in 'default application'
- Fix: before, plugin Spell_Checker command "Remove marks" did not free the memory of marks-list when _lot_ of marks were found; now memory is freed
