Versie 1.226.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 voor deze uitgave ziet er als volgt uit:
Major changes:Major incompatible changes which affect your saved history:
Other changes:
- Renamed "history files.json" to "files[SUFFIX].json" where "[SUFFIX]" is OS-dependant (empty on Windows)
- Bookmarks are now saved into "bookmarks[SUFFIX].json" instead of "history files.json"; old saved bookmarks are not auto-migrated, so you may want to copy/paste old data to "bookmarks[SUFFIX].json, to the root JSON key instead of "/bookmarks"
- In "bookmarks[SUFFIX].json" app now doesn't save kind_of_bookmark_value if it's 1 (for usual bookmark)
- In "history.json", changed JSON keys "session" and "recent_files" to "session[SUFFIX]" and "recent_files[SUFFIX]"
Added:
- Lexer Assembly removed to Addons Manager
- Renamed command "bookmarks: toggle on current line" to "bookmarks: toggle on line(s) with caret(s)" and now it supports multi-carets
- Renamed command "copy current line" to "copy line(s) with caret(s)" and now it supports multi-carets
- Default of the option "max_line_len_for_undo" increased from 100K to 10M
- Project Manager: context menu item "Backup" renamed to "Duplicate" and now it works for folders too (thanks @LouieTian0209)
Fixed:
- Don't 'undo' inserting of too huge line (by option "max_line_len_for_undo"), because 'redo' will loose this line; for example: now 'undo' after pasting of several lines, stops when it reaches a huge line; also added the alert panel on the top ("Undo was stopped at line N") about this situation (thanks @badrelmers)
- Lexer Batch line-comment must be 'rem ', not '::' (thanks @badrelmers)