editor, ESC key to close the call tips window

This commit is contained in:
Basile Burg 2015-05-09 23:50:40 +02:00
parent 722ef18563
commit 832643fdc6
1 changed files with 5 additions and 0 deletions

View File

@ -648,6 +648,11 @@ begin
case Key of
VK_BROWSER_BACK: fPositions.back;
VK_BROWSER_FORWARD: fPositions.next;
VK_ESCAPE:
begin
fCallTipWin.Hide;
fDDocWin.Hide;
end;
end;
if not (Shift = [ssCtrl]) then exit;
case Key of