mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 00:42:40 +02:00
IDE, SourceEditor: Fixed: Do not jump to error, if hint is triggered by typing "("
git-svn-id: trunk@44735 -
This commit is contained in:
parent
d599292ff9
commit
a49efad04b
@ -3572,7 +3572,7 @@ begin
|
||||
Handled:=true;
|
||||
if EditorOpts.AutoDisplayFunctionPrototypes then
|
||||
if (aChar = '(') or (aChar = ',') then
|
||||
SourceNotebook.StartShowCodeContext(true);
|
||||
SourceNotebook.StartShowCodeContext(False);
|
||||
end;
|
||||
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user