Versie 1.234.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.233.0 uitgave ziet er als volgt uit:
CudaText 1.234.0
Added:Changed:
- New wiki topic "How to open all picture-files in hex mode"
- Support future feature of LSP Client plugin: Linked Editing Ranges (LSP 3.16) with multi-caretsu)
- 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"
- Keyboard column selection mode: reuse options "key_home_to_nonspace"/"key_end_to_nonspace"
- Addons Manager: show progressbar during file downloading, very useful for big files
Fixed:
- Option "ui_statusbar_panels": removed cell "selmode" from default value
- Option "ui_statusbar_panels": added new cell "ro" instead of the showing "RO" in the "selmode" cell
- Changed order of commands "trim spaces: ...." in the Cmd Palette, and renamed them
- Made buttons 'X'/'v' wider in the Console / code-tree
- Deleted option "unicode_full_width"; its internal value changed from 190 to 200 to better align 'tables' with CJK text
- Deleted menu item "Plugins / Addons Manager / Download all...", instead use the script "download_addons.py" from GitHub repo
- 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
- Sometimes Redo may give incorrect selection
- Lexer XML: corrected CSS rule, now it works with modern SVG files, which don't have CDATA construct for CSS blocks
CudaText 1.233.2
Added:Fixed:
- Project Manager: add context menu item "Remove deleted nodes"
- "auto_close_brackets": don't pair the quote-char, when it is typed after the same quote-char, now it's like in Sublime
- Click in the different editor but exactly on the caret position, did not update the statusbar
CudaText 1.233.1
Changed/added:Fixed:
- Dialog "Unprinted chars" reworked: added buttons "Apply to current tab", "Apply to all tabs", "Apply globally"
- Command 'toggle show unprinted chars' now affects all ui-tabs + affects in-memory global option + saves to user.json
- Deleted 4 of 5 'toggle unprinted chars xxxxx' commands from Command Palette
- Bug visible in the Breadcrumbs plugin: if "font_size" is rather big, editing of the Breadcrumbs's filter-field shows empty field
- Regression: crash visible in the Breadcrumbs plugin, on popup-dialog showing
- Windows IME: another fix for Korean
