Versie 1.219.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 sub-option "E" from option "unprinted_content" and added sub-option "w", it allows better customization, ie it allows to show/hide wrapped-marks independently from line-ends-marks
- Removed lexer Lua to addons
- Removed option "gutter_line_states" (replaced with "gutter_width_states", see below)
- Removed option "gutter_bookmarks" (replaced with "gutter_width_bookmarks", see below)
- Removed option "gutter_fold" (replaced with "gutter_width_folding", see below)
Fixed:
- App should reduce fold-block by 1 line, if ending line has more 'lexer tokens' on it; this feature existed before but only if option was written to *.cuda-lexmap file; now this feature works better, for all lexers, and w/o any options
- Logic of disabling of inserting ')' on typing it over ')' - is now more like in VSCode; ie if caret leaves the original line, inserting is reenabled
- On pasting in single-line inputs, trim leading+trailing newline chars of clipboard text
- Show filename also in the title of floating-windows f1/f2/f3; don't show title of floating tab for the main window
- For floating-windows f1/f2/f3, save/restore tabs to/from sessions properly
- Can disable brackets decoration on gutter via new option "gutter_brackets"
- Can set width of gutter's "line states" column via new option "gutter_width_states"
- Can set width of gutter's "bookmarks" column via new option "gutter_width_bookmarks"
- Can set width of gutter's "folding" column via new option "gutter_width_folding"
- Can set width of gutter's "empty indent" column via new option "gutter_width_empty"
- Add flag 'L' for option "ui_history_disabled"
- Windows IME: respect app option "spacing_y"
- Windows IME: IME-window caret now blinks (testing by Rain Ding)
- Plugin Addons Manager: can remove toolbar-icons, sidebar-icons, code-tree-icons
- Plugin Sort: dialog offers 3 buttons: Sort, Save only, Cancel; added command "Run custom sort" to sort by saved dialog options
- Plugin Sort: 'Numeric' sorting supports any count of numbers mixed with text
- Plugin Sort: ini-file sorting now allows Undo
- Plugin Sort: trailing empty lines appeared after Sort action
- Minor UI bugs related to Shift+Alt+click column selection
- Typing 'f1(f2(f3(' did not give nested brackets 'f1(f2(f3()))'
- Regression in 1.214, causing wrong dialog sizes in plugins
- Regression in 1.217.5, causing Breadcrumbs popup for the _last_ cell appear at left edge