函数查找界面加入快捷键 ,上下,ctrl+o打开
This commit is contained in:
parent
5e04ec2088
commit
e8d2e5851e
|
|
@ -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.
BIN
tsleditor.exe
BIN
tsleditor.exe
Binary file not shown.
BIN
tslvcltool.exe
BIN
tslvcltool.exe
Binary file not shown.
Loading…
Reference in New Issue