函数查找界面加入快捷键 ,上下,ctrl+o打开
This commit is contained in:
@@ -54,6 +54,14 @@ type t_function_finder=class(tdcreateform)
|
|||||||
begin
|
begin
|
||||||
ec := e.charcode;
|
ec := e.charcode;
|
||||||
case ec of
|
case ec of
|
||||||
|
ord("O"):
|
||||||
|
begin
|
||||||
|
if ssCtrl in e.shiftstate() then
|
||||||
|
begin
|
||||||
|
e.skip := true;
|
||||||
|
openthefile();
|
||||||
|
end
|
||||||
|
end
|
||||||
13:
|
13:
|
||||||
begin
|
begin
|
||||||
return dofind();
|
return dofind();
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user