1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #81633 from matorin57/code-completion-popup

Avoid resetting the code completion popup excessively
This commit is contained in:
Rémi Verschelde
2023-10-03 17:20:49 +02:00
3 changed files with 97 additions and 10 deletions

View File

@@ -222,6 +222,7 @@ private:
void _update_scroll_selected_line(float p_mouse_y);
void _filter_code_completion_candidates_impl();
bool _should_reset_selected_option_for_new_options(const Vector<ScriptLanguage::CodeCompletionOption> &p_new_options);
/* Line length guidelines */
TypedArray<int> line_length_guideline_columns;