mirror of https://gitlab.com/basile.b/dexed.git
fix #368 - call tips add same hint on stack after each comma
This commit is contained in:
parent
060a7b4073
commit
58853ec3c8
|
@ -3560,8 +3560,8 @@ begin
|
|||
autoClosePair(autoCloseSingleQuote);
|
||||
',':
|
||||
begin
|
||||
//hideCallTips;
|
||||
showCallTips(true);
|
||||
if not fCallTipWin.Visible then
|
||||
showCallTips(true);
|
||||
end;
|
||||
'"': if autoCloseDoubleQuote in fAutoClosedPairs then
|
||||
autoClosePair(autoCloseDoubleQuote);
|
||||
|
|
Loading…
Reference in New Issue