Refactor script editor history navigation.

This commit is contained in:
jinyangcruise
2026-04-28 22:49:27 +08:00
parent caf16709af
commit 902035ee81
14 changed files with 633 additions and 174 deletions
+2 -2
View File
@@ -68,13 +68,13 @@
</signal>
<signal name="request_save_history">
<description>
Emitted when the user contextual goto and the item is in the same script.
Emitted when the editor requests to save a new history navigation point.
</description>
</signal>
<signal name="request_save_previous_state">
<param index="0" name="state" type="Dictionary" />
<description>
Emitted when the user changes current script or moves caret by 10 or more columns within the same script.
Emitted when the editor requests an update to its navigation point.
</description>
</signal>
<signal name="search_in_files_requested">