From 6fbe0a47b5a9e3a3c27e0fd1cf96e7d3189fbebf Mon Sep 17 00:00:00 2001 From: juha Date: Fri, 5 Aug 2011 18:51:43 +0000 Subject: [PATCH] CodeTools: Prevented a pop-up after typing a period in a string constant. Issue #19663, patch from Bart Broersma git-svn-id: trunk@31882 - --- ide/sourceeditor.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/sourceeditor.pp b/ide/sourceeditor.pp index 81cb884d9c..b0045ed02c 100644 --- a/ide/sourceeditor.pp +++ b/ide/sourceeditor.pp @@ -8930,7 +8930,7 @@ procedure TSourceEditorManager.OnSourceCompletionTimer(Sender: TObject); // check if in a string constant p:=1; InStringConstant:=false; - while (p<=LogCaret.X) and (p<=length(Line)) do begin + while (p