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);
|
autoClosePair(autoCloseSingleQuote);
|
||||||
',':
|
',':
|
||||||
begin
|
begin
|
||||||
//hideCallTips;
|
if not fCallTipWin.Visible then
|
||||||
showCallTips(true);
|
showCallTips(true);
|
||||||
end;
|
end;
|
||||||
'"': if autoCloseDoubleQuote in fAutoClosedPairs then
|
'"': if autoCloseDoubleQuote in fAutoClosedPairs then
|
||||||
autoClosePair(autoCloseDoubleQuote);
|
autoClosePair(autoCloseDoubleQuote);
|
||||||
|
|
Loading…
Reference in New Issue