diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-01-23 00:26:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 00:26:35 +0100 |
commit | 649aa547a3a56bcdf2ed2a93b919b7f71705c243 (patch) | |
tree | de76039702906238b3187d4a57454407642e270d /doc/classes | |
parent | 2b61d02f7ef5cd820020747f55107c6339324495 (diff) | |
parent | 1422c756edd966f71edd477da5e7c7a6afed569c (diff) |
Merge pull request #57060 from KoBeWi/you_have_1_completion_request
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/CodeEdit.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index 289ac2cb28..b3add6cfa2 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -345,7 +345,7 @@ <return type="void" /> <argument index="0" name="force" type="bool" default="false" /> <description> - Emits [signal request_code_completion], if [code]force[/code] is true will bypass all checks. Otherwise will check that the caret is in a word or in front of a prefix. Will ignore the request if all current options are of type file path, node path or signal. + Emits [signal code_completion_requested], if [code]force[/code] is true will bypass all checks. Otherwise will check that the caret is in a word or in front of a prefix. Will ignore the request if all current options are of type file path, node path or signal. </description> </method> <method name="set_code_completion_selected_index"> @@ -506,7 +506,7 @@ Emitted when a breakpoint is added or removed from a line. If the line is moved via backspace a removed is emitted at the old line. </description> </signal> - <signal name="request_code_completion"> + <signal name="code_completion_requested"> <description> Emitted when the user requests code completion. </description> |