summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorkit <kitbdev@gmail.com>2024-01-22 18:27:19 -0500
committerkit <kitbdev@gmail.com>2024-04-26 14:26:10 -0400
commit773a473807c75975b5820b30a4f0eccaece7cfa2 (patch)
treef85a6731796d8dc9a8f76f8db117eea63a0fdda4 /misc
parent154f727c7a7b766e5a2013c6eeb17fb843e9d7a4 (diff)
downloadredot-engine-773a473807c75975b5820b30a4f0eccaece7cfa2.tar.gz
Overhaul multiple caret editing in TextEdit.
Use a multicaret edit to delay merging overlapping carets until the end.
Diffstat (limited to 'misc')
-rw-r--r--misc/extension_api_validation/4.2-stable.expected8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/extension_api_validation/4.2-stable.expected b/misc/extension_api_validation/4.2-stable.expected
index 4706ed37f0..c0731b18fc 100644
--- a/misc/extension_api_validation/4.2-stable.expected
+++ b/misc/extension_api_validation/4.2-stable.expected
@@ -315,3 +315,11 @@ Validate extension JSON: Error: Field 'classes/TextServer/methods/shaped_text_ge
Validate extension JSON: Error: Field 'classes/TextServerExtension/methods/_shaped_text_get_word_breaks/arguments': size changed value in new API, from 2 to 3.
Added optional argument. Compatibility method registered.
+
+
+GH-86978
+--------
+Validate extension JSON: Error: Field 'classes/TextEdit/methods/set_selection_mode/arguments': size changed value in new API, from 4 to 1.
+
+Removed optional arguments set_selection_mode, use set_selection_origin_line/column instead.
+Compatibility methods registered.