IDE, SourceEditor: Fixed: Do not jump to error, if hint is triggered by typing "("

git-svn-id: trunk@44735 -
This commit is contained in:
martin 2014-04-15 15:07:11 +00:00
parent d599292ff9
commit a49efad04b

View File

@ -3572,7 +3572,7 @@ begin
Handled:=true;
if EditorOpts.AutoDisplayFunctionPrototypes then
if (aChar = '(') or (aChar = ',') then
SourceNotebook.StartShowCodeContext(true);
SourceNotebook.StartShowCodeContext(False);
end;
else