You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user