From 3330b967fd3137ecdde69d6bdda81f0a9a625477 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sun, 13 Aug 2023 12:07:19 +0300 Subject: [PATCH] txt --- app/readme/history.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/readme/history.txt b/app/readme/history.txt index b9f03ded52a..3054e50b144 100644 --- a/app/readme/history.txt +++ b/app/readme/history.txt @@ -6,7 +6,7 @@ 1.197.0 (2023/08) * change: if "ui_reopen_session":true, don't automatically add all opened files to 'recents' on exit, like in Sublime (thanks @mix-7) -* change: previously, with "undo_limit":5000 deleting of 7000 selected lines was clearing the Undo; now, deleting selection of 7000 lines is considered as "one action" and it is always storing in Undo (thanks @mix-7) +* change: previously, with "undo_limit":5000 deleting of 7000 selected lines was clearing the Undo; now, deleting selection of 7000 lines is considered as "one action" and it is always storing in Undo; this is much slower on big selections, but Undo is important (thanks @mix-7) + add: font of code-tree can be additionally scaled, added option "ui_tree_font_scale" (thanks @reregaga) + add: text search shows additional confirmation when 'wrapped search' is off and search reaches the edge of the document (thanks @d0vgan) + add: when text search silently wraps at document edge (because of Find dialog option "O"), Find dialog input field can blink (this is off by default); added option: "find_wrapped_blinking" (thanks @d0vgan)