Use key macro in Delphi IDE |
|
axsoft
版主 發表:681 回覆:1056 積分:969 註冊:2002-03-13 發送簡訊給我 |
Use key macro in Delphi IDE 資料來源: www.delphi3000.com Do you meet this problem? You should type many lines, each line is mostly similar except one or two word. Suppose type this:
Data[1] := 1; Data[2] := 2; Data[3] := 3; Data[4] := 4; Data[5] := 5; ...Type this code is too disturbing. Maybe you can use copy and paste, but modify 1 to other is also disturbing, and sometimes you should make a mistake, which will cause you to spend much time to find it. Use key recording can do it easily. In Delphi IDE, key recording is very easy, type Ctrl Shift R to begin record, retype Ctrl Shift R to end record, type Ctrl Shift P to play key record. Here I show how to type the prior code:(the comma is separator) "1, Ctrl Shift R, Shift Left, Ctrl X, Space, Space, D, a, t, a, [, Ctrl V, ], Space, :, =, Space, Ctrl V, ;, Enter, Home, Ctrl Shift R" "2, Ctrl Shift P" "3, Ctrl Shift P" "4, Ctrl Shift P" "5, Ctrl Shift P" ...Good luck 網路志工聯盟----Visita網站http://www.vista.org.tw ---[ 發問前請先找找舊文章 ]--- |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |