diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 3719ad67de2..83e3729391a 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -176,9 +176,13 @@ + Emitted when editor settings change. + + Emitted when editor settings change. It used by various editor plugins to update their visuals on theme changes or logic on configuration changes. + diff --git a/doc/classes/String.xml b/doc/classes/String.xml index 2b16bd2b334..1934c5af9a4 100644 --- a/doc/classes/String.xml +++ b/doc/classes/String.xml @@ -696,6 +696,20 @@ Returns a copy of the string with characters removed from the right. + + + + + Returns the SHA-1 hash of the string as an array of bytes. + + + + + + + Returns the SHA-1 hash of the string as a string. + +