show call tips after typing comma, close #344

This commit is contained in:
Basile Burg 2018-07-08 13:27:20 +02:00
parent 4eb691225f
commit f9836c9117
1 changed files with 2 additions and 0 deletions

View File

@ -3462,6 +3462,8 @@ begin
case c of
#39: if autoCloseSingleQuote in fAutoClosedPairs then
autoClosePair(autoCloseSingleQuote);
',': if not fCallTipWin.Visible then
showCallTips(true);
'"': if autoCloseDoubleQuote in fAutoClosedPairs then
autoClosePair(autoCloseDoubleQuote);
'`': if autoCloseBackTick in fAutoClosedPairs then