CudaText last release

main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: CudaText last release

Post by main Alexey »

CudaText 1.214.5.

add: new ui-theme items "single-line inputs, font/BG"; they are 'none' by default to retain editor color.
add: with "scrollbar_click_jump":true, middle-click makes the PageDown/PageUp.
change: default of "key_end_to_nonspace" changed to 'false' to be like VSCode.
change: default of "key_up_down_allow_edge" changed to 'true' to be like VSCode.
change: default of "auto_close_brackets" includes "-char to be like others.
change: default of "show_mouse_sel_frame" changed to 'false' to be like others.
and fixes (see file history.txt).
Last edited by main Alexey on 17.05.2024 05:22, edited 1 time in total.
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: CudaText last release

Post by main Alexey »

CudaText 1.214.6.

change: changed statusbar wrap-cell text 'wrap'/'no wrap' to graphic.
and fixes (see file history.txt).
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: CudaText last release

Post by main Alexey »

CudaText 1.214.7.

small addition in API (see API history in wiki page).
bugfixes (detailed list is in the file history.txt).
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: CudaText last release

Post by main Alexey »

CudaText 1.215.0.

add: option "renreder_tweaks" has additional flag to draw wrapped-line-mark at the right edge.
add: option "unprinted_content" has additional flag to show end-of-line marks _only_ for wrapped lines, like in Visual Studio and Textadept.
add: improve aesthetics during mouse column-selection: a) limit carets to line-ends if "caret_after_end":false; b) draw selection rectangle.
add: can show Find-dialog on start, via new option "find_show_on_start".
and fixes (details are in file history.txt).
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: CudaText last release

Post by main Alexey »

CudaText 1.215.5.

add: for binary viewer, supported search "in selection", which now renders red underline for found fragment (like app can do for editor already).
add: Project Manager: add option "Sorting order".
change: pair-bracker finder is enabled even with selection, like in Notepad++/Kate.
change: toolbar: don't add 'New' button, because ui-tabs '+' does the same.
and fixes (details are in the file history.txt).
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: CudaText last release

Post by main Alexey »

CudaText 1.216.0.

add: auto-completion: it's possible to _not_ replace chars on the right, like in VSCode, via new option "autocomplete_replace_on_right".
add: options "find_suggest_*": on inserting find-dialog text, escape special regex-chars, if regex option is set.
add: option "unprinted_content": flag for trailing spaces supports space-only lines too.
add: on caret move, replace statusbar msg 'Found next match .. [12/34]' with 'Found next match .. [?/34]'.
and fixes (details are in the file history.txt).
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: CudaText last release

Post by main Alexey »

CudaText 1.216.5.

change: changed hotkey to call Replace dialog from Ctrl+R to more standard Ctrl+H, like in Sublime/VSCode/GEdit/SynWrite.
change: deleted options "find_hotkey_find_dlg", "find_hotkey_replace_dlg", now usual Command Palette hotkeys are used here.
change: context menu item "Open URL": a) use URL under mouse cursor, not under 1st caret; b) move menu item to the top of context menu.
add: ui-tab bar: drap-drop reddish marker works more similar to other apps.
add: commands "File/Reopen", "File/Rename", "File/ Close and delete file" are supported for picture files too.
and minor fixes (see history.txt).
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: CudaText last release

Post by main Alexey »

CudaText 1.217.0.

add: improved auto-indentation in C-like lexers, when pressing Enter in such situation: "text { text();|".
add: notification panel about changes in external program: added button 'Auto reopen this file'.
add: Comments plugin: add surrounding spaces for line-comments and stream-comments, like in other editors.
change: changed default of "max_line_len_brackets": 1000->4000.
and fixes (details are in the file history.txt).
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: CudaText last release

Post by main Alexey »

CudaText 1.217.5.

add: added Command Palette item "find next and replace"; so now it's possible to assign eg F4 to 'replace' and use it when Find-dlg is focused & when editor is focused.
add: if ContextMenu key is pressed, menu is shown now at the caret pos (before it was at the editor corner).
add: Project Manager: added Command Palette items "Focus in file manager" and "Find in folder", before they existed only in context menu.
add: Project Manager: when project's root nodes (files/dirs) are temporary deleted, still show nodes with X mark.
add: Project Manager: option "Sorting order" has new value "by creation date".
change: menuitem 'Open URL' now contains URL itself, truncated by ~40 chars (needs updated translation file, if it's used).
change: deleted options "find_hotkey_find_next", "find_hotkey_replace", now usual Command Palette hotkeys are used here.
change: don't disable toolbar buttons for undo/redo.
and fixes (details are in the file history.txt).
main Alexey
Posts: 2245
Joined: 25.08.2021 18:15

Re: CudaText last release

Post by main Alexey »

Qt6 version (Linux x64) is published now. 1.217.5.1.
Post Reply