CudaText last release

main Alexey
Posts: 1868
Joined: 25.08.2021 18:15

Post by main Alexey »

CudaText 1.186.2.

on pasting text with M lines into N carets (where N>=20, 0<abs(N-M)<=5), show a warning about possible big memory usage.
column of 'margin' line is now saved to session.
main Alexey
Posts: 1868
Joined: 25.08.2021 18:15

Post by main Alexey »

CudaText 1.187.0.

change: option "autocomplete_autoshow_chars": avoid the timer pause, like in many other editors.
change: auto-completion popup: height is now determined by items count, ie new option: "ui_listbox_complete_size_items"; popup height is decreased if listbox has less items.
change: auto-completion popup: keys Home/End should move caret, not listbox selection, like in many other editors.

add: option "ui_session_save_interval": avoid saving if session is not yet changed.
add: code-tree in lexer CSS shows colored squares also for: rgb() rgba() hsl() hsla().
add: avoid plugin dialogs / floating groups / Char Map to show out of visible screen area.
add: improved Shift+[mouse dragging]: this must expand selection of the 1st caret, like in other editors/browsers.
main Alexey
Posts: 1868
Joined: 25.08.2021 18:15

Post by main Alexey »

CudaText 1.187.1.

add: session also contains Undo/Redo data (for modified documents).
add: sub-option in "unprinted_content", which allows to force showing unprinted tab-chars.
fix: regression (1.187.0) in autocompletion auto-show.
main Alexey
Posts: 1868
Joined: 25.08.2021 18:15

Post by main Alexey »

CudaText 1.188.0.

add: support new macros in statusbar config: {offset_max}, {offset_caret}; the maximal supported count of lines can be changed via new option "max_lines_to_calc_offsets".
add: support emojis by statusbar macros {char} and {char_xxxx}.
add: lexer C++: much better code-tree for complex classes.
add: lexers C/C++: update keyword lists.
main Alexey
Posts: 1868
Joined: 25.08.2021 18:15

Post by main Alexey »

CudaText 1.189.0.

change: statusbar now reacts to caret moving/selection with a delay, like in 1.184.
change: change default hotkeys in the Find dialog, e.g. Alt+O to Ctrl+Alt+O, to avoid conflicts with Alt+ hotkeys of the menu bar.

add: option "minimap_scale" supports value<100 to show compact look.
add: option "renderer_tweaks" has sub-option to avoid 'space at line-end in selection', like in Kate.
add: Project Manager icons recolored from black to gray, to support dark ui-themes.
add: lexer C/C++: better code-tree.
add: better support plugin "Console Auto-Completion" so it is activated only on pressing Ctrl+Space; and Console completion listbox stays visible on typing more text.
main Alexey
Posts: 1868
Joined: 25.08.2021 18:15

Post by main Alexey »

CudaText 1.190.0.

change: statusbar click on cells "file encoding", "end-of-line chars", "lexer" now shows menu-like dialogs, like in VSCode.
add: improve "minimap_drag_immediately":true, so that minimap click scrolls to clicked position.
add: add option "ui_menu_button", to control showing of '3 dots' sidebar button.
add: Project Manager: on renaming of project file, rename also corresponding opened ui-tab.
add: Command Palette did miss few commands for newly added encodings; renamed few CJK encoding-items.
main Alexey
Posts: 1868
Joined: 25.08.2021 18:15

Post by main Alexey »

CudaText 1.190.1.

add: smart-tabs option, "tab_smart", known from several text editors: PSPad, ConTEXT, Lazarus IDE.
main Alexey
Posts: 1868
Joined: 25.08.2021 18:15

Post by main Alexey »

CudaText 1.191.0.

change: rename option "minimap_tooltip_line_count" to "minimap_tooltip_height".
add: new option "minimap_tooltip_font_size" allows to use smaller font in minimap-tooltip.
add: added limit of undo-data-length in session files, 1M chars, to prevent too long session saving/loading when editing with multi-carets.
add: long reloading of huge file, must show editor (or both splitted editors) as 'locked' (hourglass icon).
add: Windows: X icon in menu-like dialogs now looks like ui-tabs X icon.
main Alexey
Posts: 1868
Joined: 25.08.2021 18:15

Post by main Alexey »

CudaText 1.191.5.

change: submenu "View / Toggle unprinted chars" replaced with menuitem "Options / Unprinted chars..." which shows new dialog "Unprinted characters", it gives much more control.
change: "autocomplete_html":true must work together with "autocomplete_autoshow_chars" (before: it overridden "autocomplete_autoshow_chars" to 1).
main Alexey
Posts: 1868
Joined: 25.08.2021 18:15

Post by main Alexey »

CudaText 1.192.0.

(big change) add: auto-completion window is now parented in the main window:
a) no more separate shadow,
b) main window don't loose focus and don't blink,
c) no more showing of autocomplete-window in Alt+Tab list.

add: new values of "ui_notif_confirm" to show _modal_ prompt to reload file.
add: option "autocomplete_closing_delay".
add: option "ui_esc_close_finder".

change: commands "delete word next"/"delete word previous" changed behaviour with selection, they delete the selection first, like in Sublime/VSCode; bad effect: custom hotkeys for these commands were reset.
Post Reply