CudaText 1.217.7.
add: Qt5/Qt6 version: colorize menubar with themed color.
add: lexer JS: use sublexer highlighting of: HTML templates html`...`, JSON templates json`...`, CSS templates css`...`; other/unknown templates are not highlighted at all.
change: default of "undo_max_carets" lowered from 20k to 4k, to avoid memory overflow because of unoptimal Undo-format (format may be improved later).
and fixes (details are in the file history.txt).
CudaText last release
-
- Posts: 2245
- Joined: 25.08.2021 18:15
Re: CudaText last release
CudaText 1.128.0.
add: state "View / Toggle always on top" is saved/loaded to/from history.
add: new command palette item "ui: show+focus bottom panel" to focus currently visible panel.
add: it's possible to change the internal value "max line length for non-delayed word highlighting" (hardcoded value 400), via new option "find_hi_max_columns".
add: non-text file detector now shows Console message like "Detected binary char 0x10 in file nnn".
add: Project Manager: option "Sorting order" has new value "none".
add: Project Manager: add option "Always sync project-tree with current editor file".
add: Project Manager: add toolbar button "Sync project-tree with current editor file".
change: Project Manager: remove toolbar button "Remove node", it's needed not often.
change: return toolbar button 'New file' back.
and fixes (details are in the file history.txt).
add: state "View / Toggle always on top" is saved/loaded to/from history.
add: new command palette item "ui: show+focus bottom panel" to focus currently visible panel.
add: it's possible to change the internal value "max line length for non-delayed word highlighting" (hardcoded value 400), via new option "find_hi_max_columns".
add: non-text file detector now shows Console message like "Detected binary char 0x10 in file nnn".
add: Project Manager: option "Sorting order" has new value "none".
add: Project Manager: add option "Always sync project-tree with current editor file".
add: Project Manager: add toolbar button "Sync project-tree with current editor file".
change: Project Manager: remove toolbar button "Remove node", it's needed not often.
change: return toolbar button 'New file' back.
and fixes (details are in the file history.txt).
-
- Posts: 2245
- Joined: 25.08.2021 18:15
Re: CudaText last release
CudaText 1.129.0.
change: 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.
change: removed lexer Lua to addons.
change: removed option "gutter_line_states" (replaced with "gutter_width_states", see below).
change: removed option "gutter_bookmarks" (replaced with "gutter_width_bookmarks", see below).
change: removed option "gutter_fold" (replaced with "gutter_width_folding", see below).
add: 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.
add: 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.
add: on pasting in single-line inputs, trim leading+trailing newline chars of clipboard text.
add: show filename also in the title of floating-windows f1/f2/f3; don't show title of floating tab for the main window.
add: for floating-windows f1/f2/f3, save/restore tabs to/from sessions properly.
add: can disable brackets decoration on gutter via new option "gutter_brackets".
add: can set width of gutter's "line states" column via new option "gutter_width_states".
add: can set width of gutter's "bookmarks" column via new option "gutter_width_bookmarks".
add: can set width of gutter's "folding" column via new option "gutter_width_folding".
add: can set width of gutter's "empty indent" column via new option "gutter_width_empty".
add: add flag 'L' for option "ui_history_disabled".
add: Windows IME: respect app option "spacing_y".
add: Windows IME: IME-window caret now blinks.
add: plugin Addons Manager: can remove toolbar-icons, sidebar-icons, code-tree-icons.
add: plugin Sort: dialog offers 3 buttons: Sort, Save only, Cancel; added command "Run custom sort" to sort by saved dialog options.
add: plugin Sort: 'Numeric' sorting supports any count of numbers mixed with text.
add: plugin Sort: ini-file sorting now allows Undo.
and fixes (details are in the file history.txt).
change: 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.
change: removed lexer Lua to addons.
change: removed option "gutter_line_states" (replaced with "gutter_width_states", see below).
change: removed option "gutter_bookmarks" (replaced with "gutter_width_bookmarks", see below).
change: removed option "gutter_fold" (replaced with "gutter_width_folding", see below).
add: 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.
add: 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.
add: on pasting in single-line inputs, trim leading+trailing newline chars of clipboard text.
add: show filename also in the title of floating-windows f1/f2/f3; don't show title of floating tab for the main window.
add: for floating-windows f1/f2/f3, save/restore tabs to/from sessions properly.
add: can disable brackets decoration on gutter via new option "gutter_brackets".
add: can set width of gutter's "line states" column via new option "gutter_width_states".
add: can set width of gutter's "bookmarks" column via new option "gutter_width_bookmarks".
add: can set width of gutter's "folding" column via new option "gutter_width_folding".
add: can set width of gutter's "empty indent" column via new option "gutter_width_empty".
add: add flag 'L' for option "ui_history_disabled".
add: Windows IME: respect app option "spacing_y".
add: Windows IME: IME-window caret now blinks.
add: plugin Addons Manager: can remove toolbar-icons, sidebar-icons, code-tree-icons.
add: plugin Sort: dialog offers 3 buttons: Sort, Save only, Cancel; added command "Run custom sort" to sort by saved dialog options.
add: plugin Sort: 'Numeric' sorting supports any count of numbers mixed with text.
add: plugin Sort: ini-file sorting now allows Undo.
and fixes (details are in the file history.txt).