Versie 1.222.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.221.0 ziet er als volgt uit:
CudaText 1.222.0
Changed:Added:
- Removed word "Toggle" from menu items in the View menu
Fixed:
- Plugin API allows to set recent-filenames list
- Project Manager: code was auto-hiding toolbar's first button instead of the last 'Sync' button
- Find-bar gets locked if Enter is pressed on 'big' file with 'Im' option
CudaText 1.221.5
Added:Fixed:
- Auto-completion: it is possible to configure symbols-chars allowed before caret, via new option "autocomplete_symbol_chars_allowed"
- Enable auto-scrolling timer also when cursor is over gutter-bookmarks-column; it is needed to perform auto-scrolling to the left when sidebar is not on the left, and window is maximized
- Minor change: allow longer captions of code-tree nodes, now up to ~100 chars
- Minor change: if caption of code-tree node has a whitespace, this whitespace is better 'trimmed' to make 1 space as word separator
- Support char '\' in filenames under non-Windows OS
- Command-palette commands "(without undo) ...." now show statusbar message after running, not translatable yet
Changed:
- After saving of tab "RegEx matches", make tab title usual, ie showing the filename
- With selection at document end, if we do Delete, then one line was lost during Undo
- Lexer JS: fixed several bugs which prevented OK highlight of Vivaldi's 3Mb minified JS file
- Top menu item '=' renamed to 'Split' and 3 menu items from 'View / Split tab' moved to this new 'Split'
- Lexer JS: disabled UPPERCASE_ID highlight; disabled function/class names highlight
- Lexer Python: disabled UPPERCASE_ID highlight
- Lexer Ini files ^: removed highlight of numbers