Shortcuts in Delphi

xiaoxiao2021-03-06  17

1. SHIFT mouse left button first selects any control, then select the form after the button (select the ESC effect after selecting the control)

2. Shot F8 pops up the CPU window when debugging.

3. SHIFT F10 is equal to the right mouse button (Windows shortcut).

4.SHITF arrow selection

5. SHIFT F12 Quick Find Forms and open

6.f7 (step debugging simultaneously tracking the sub-process)

7.f8 (step debugging does not enter the sub-process)

8.f9 operation

9.f12 Switch Editor, Form

10.alt f4 Turn off the source program files opened in all edit boxes, but do not close the project

11.alt mouse left button can block the code, use to delete the aligned repetition code very useful

12.ctrl f9 compile

13.ctrl shift n (n = 1, 2, 3, 4 ...) Defining a bookmark

14.ctrl n (n = 1, 2, 3, 4 ...) jumps to the bookmark N

15.ctrl shift n At the bookmark N, then cancel the book sign again

16.ctrl Pageup moves the cursor to the first line of this screen, the screen does not scroll

17.ctrl PageDown moves the cursor to the last line of this screen, the screen does not scroll

18.ctrl ↓ Turn down the screen, the cursor follows scroll without this screen

19.ctrl ↑ Up to scroll the screen, the cursor follows scroll without this screen

20.ctrl home moves the cursor to the file header

21.ctrl END moves the cursor to the file

22.ctrl b buffer List window

23.ctrl i with tab

24.ctrl J (pop up the Delphi Statement Tip window, select the desired statement will automatically complete a statement) Code Template

25.ctrl m with the Enter key.

26.ctrl n with the Enter key, but the cursor position remains unchanged

27.ctrl t Deletes a word on the right side of the cursor

28.ctrl y Delete the cursor

29.ctrl C replication

30.ctrl V paste

31.ctrl x shear

32.ctrl z restore (UNDO)

33.ctrl S Save

34.ctrl f lookup

35.ctrl l Continue to find

36.ctrl r Replace

37.ctrl enter positioning to unit file

38.ctrl f3 pops up the Call Stack window

39.ctrl f4 is equal to the Close item in the File menu

40.ctrl backspace removes a word until you encounter a splitter

41.ctrl mouse wheel acceleration scroll

42.ctrl o u Switch Select Block Size (Note Loosen O and then press U, CTRL Keep Press)

43.ctrl k o Switch Select Block is lowercase (Note Loosing K and press O, CTRL Keep Press)

44.ctrl k n handover selection block is uppercase (note that after launch K, press N, CTRL hold down) 45.ctrl shift g Insert GUID

46.ctrl shift t Add to-DO notes in the cursor line

47.ctrl shift y removes the text between the end of the Bank after deleting the cursor

48.ctrl shift c Write a declaration or make up the function, it is good!!!

49.ctrl shift e Show Explorer

50.ctrl tab Switch Properties Page and Events Page in Inspector

51.ctrl shift u code Whole left shift 2 space

52.ctrl shift i code The whole block is right to move 2 spaces

53.ctrl shift ↑ In the process, functions, internal, you can jump to the corresponding process, function, things

The definition of the pieces (switchable between interface and importation)

54.ctrl shift ↓ at the definition of the process, function, and events, can jump to specific processes, functions, internal (same)

55.Tab Press the Tab button in the Object Inspector window to move the cursor to the property name, and type the beginning of the attribute name.

Letters can be quickly locate this attribute

56.ctrl alt After Ctrl Alt, you can select the code in a rectangular block with the mouse.

And copy, paste

57.shift ↓, ↑, →, ← Change the size of the selected control with 1 pixel unit

58.ctrl ↓, ↑, →, ← Change the location of the selected control with 1 pixel unit

59.ctrl E Quick selection (Oh, try, very fun)

60.ctrl Alt C comment block

61.ctrl Alt U Cancel the interpretation block

62.ctrl alt h generation head (more detailed settings in GeXplerts Configure Editor Experts Properties page)

63.ctrl alt o Select the statement between the corresponding separator

64.ctrl alt v jumps back and forth between corresponding separators (conflicts with existing shortcuts, please change)

转载请注明原文地址:https://www.9cbs.com/read-45191.html

New Post(0)