mirror of https://gitlab.com/basile.b/dexed.git
show call tips after typing comma, close #344
This commit is contained in:
parent
4eb691225f
commit
f9836c9117
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue