From ec18b97f5cdc3fcf67cb2625d289cb061958b2b6 Mon Sep 17 00:00:00 2001 From: George Marques Date: Sun, 3 Jul 2016 11:34:23 -0300 Subject: [PATCH] Stop completion when the match is perfect to avoid the completion insisting showing up after a completion. --- scene/gui/text_edit.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scene/gui/text_edit.cpp b/scene/gui/text_edit.cpp index 18552c07764..40fc9a70cc1 100644 --- a/scene/gui/text_edit.cpp +++ b/scene/gui/text_edit.cpp @@ -4140,6 +4140,11 @@ void TextEdit::_update_completion_candidates() { int ci_match=0; Vector sim_cache; for(int i=0;i