Versie 1.186.0 van CudaText is uitgekomen. Deze opensource en crossplatform teksteditor is beschikbaar voor Windows, Linux, macOS, BSD en Solaris. Het 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.184.0 ziet er als volgt uit:
CudaText version 1.186.0
Changes:Added:
- Removed plugin "Emmet" to Addons Manager
- Removed plugin "Show Unsaved Changes" to Addons Manager
- Commands "go to screen top/bottom/center": retain the caret's column, like in many other editors
Fixed:
- Find/replace dialog: added option 'AB' (preserve case on replacement), it is described in the Wiki topic "Dialog Find/Replace"
- Option "ui_initial_dir" supports macros: {AppDir}, {AppDrive}
- Commands "scroll to document begin/end", "scroll column left/right", "scroll page up/down" now respect option "caret_keep_visible_on_scroll":true
- Wiki topic: How command "Paste and indent" works
- Problem with applying changed _syntax_ theme colors
- Problem with mouse selection auto-scrolling in Distraction-Free mode
- If "mouse column selection mode" was toggled by a hotkey, app did not update the statusbar
- Bug in parser (it creates the log ~/cudatext.error), visible on JSON files
CudaText version 1.185.0
Changes:Added:
- Statusbar: removed msg prefix "[Read only]" but added "RO" text to the cell "selmode" instead (cell "selmode" by default is located just before the last message cell)
Fixed:
- Option "ruler_height"
- Tab-switcher dialog (
Ctrl
+Tab
): shows the current document too; reacts also toCtrl
+Shift
+Tab
- Find/replace: show in the statusbar "border crossed" for wrapped search
- Option "centering_width": reworked code, coz we had hard to reproduce bug when option was reset
- Option "centering_width" works also in grouping modes "2 horz", "3 horz", "4 horz", "6 horz"
- Option "centering_width" in floating groups: ignores grouping mode in main window
- Show console error when option "newdoc_lexer" has wrong lexer name
- Windows+click does the same as simple click, like VSCode
- Lexer XML: support multi-line quoted strings
- Option "mouse_column_selection":false blocked auto-scrolling on selection
- Replacement of a char to LF on the last line was adding trailing LF
- In splitted view (of one tab), full-screen mode was not hiding stuff for 2nd editor
- Messagebox buttons Yes / No lost accelerator: &Yes / &No
- Crash in find/replace with RegEx
- Ins-key did not update the statusbar 'Ins/Ovr' cell