From fcf9577dd45edf21b01fbd06f0ab0c622fbb1470 Mon Sep 17 00:00:00 2001 From: Malcolm Anderson Date: Wed, 25 Dec 2024 22:25:49 -0800 Subject: [PATCH] Update documentation for CodeEdit to include `deprecated` argument for `add_code_completion_option` --- doc/classes/CodeEdit.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/CodeEdit.xml b/doc/classes/CodeEdit.xml index 77d3728677e8..1b981739d852 100644 --- a/doc/classes/CodeEdit.xml +++ b/doc/classes/CodeEdit.xml @@ -50,9 +50,11 @@ + Submits an item to the queue of potential candidates for the autocomplete menu. Call [method update_code_completion_options] to update the list. [param location] indicates location of the option relative to the location of the code completion query. See [enum CodeEdit.CodeCompletionLocation] for how to set this value. + If [param deprecated] is `true`, then the item will be indicated to the user as being unwise to use (such as with a strikethrough effect). [b]Note:[/b] This list will replace all current candidates.