summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2022-08-27 13:52:06 +0200
committerkobewi <kobewi4e@gmail.com>2022-08-29 04:29:22 +0200
commitf42cd7f83f82a34b8cbc168de4e9f37bbe674150 (patch)
tree3cc29f4ca6c5ce1f8a8edfd2a333b7975a8d62e0 /doc
parent58f8f3a40e8b068b9f7b92cae21e0cabb406dd07 (diff)
Add history dock
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/EditorUndoRedoManager.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/classes/EditorUndoRedoManager.xml b/doc/classes/EditorUndoRedoManager.xml
index 1350e4487c..c1e771d653 100644
--- a/doc/classes/EditorUndoRedoManager.xml
+++ b/doc/classes/EditorUndoRedoManager.xml
@@ -107,6 +107,18 @@
</description>
</method>
</methods>
+ <signals>
+ <signal name="history_changed">
+ <description>
+ Emitted when the list of actions in any history has changed, either when an action is commited or a history is cleared.
+ </description>
+ </signal>
+ <signal name="version_changed">
+ <description>
+ Emitted when the version of any history has changed as a result of undo or redo call.
+ </description>
+ </signal>
+ </signals>
<constants>
<constant name="GLOBAL_HISTORY" value="0" enum="SpecialHistory">
Global history not associated with any scene, but with external resources etc.