Versie 1.228.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:
Changed:Added:
- Removed command "duplicate line (advanced)", it was moved to CudaExt plugin; corresponding options "duplicate_xxxx" were removed from default.json, they are now named "cuda_ext_duplicate_xxxx", documented in CudaExt file readme/options.txt
Fixrd:
- Can customize recently changed behaviour of Up/Down-arrows on selection via new option "key_up_down_swap_sel"
- Auto-switching of light/dark theme depending on OS color theme: added 3 options for this feature: "ui_theme_auto_mode" / "ui_theme_light" / "ui_theme_dark"; note: dark mode auto-detection during app running works on Windows but not on all other platforms
- Command "duplicate line(s)" renamed to "duplicate line(s) or column block", it now supports column (vertical) block: command duplicates it to the right, without selection moving
- Commands "move selected lines up/down" support multi-carets now
- Plugin API to catch events of the findbar
- Detect also Python 3.14 on Windows/macOS
- Click on floating-group form / click on main form: app did not update active ui-tab-title color
- macOS: 'modified' ui-tab mark did not hide after file save
- Command "duplicate line(s)" on last line without EOL was adding redundant EOL
- Wrong Undo of "move selected lines down" if performed on last line