D shortcut keys used Encyclopedia (rpm)

Ctrl + PageUp Move the cursor to the first line of this screen, the screen does not scroll.
Ctrl + PageDown Move the cursor to the last line of this screen, the screen does not scroll.
Ctrl + ↓ to scroll down the screen, scroll the cursor not follow this screen.
Ctrl + ↑ to scroll up the screen, scroll the cursor not follow this screen.
Ctrl + Shift + NUM cursor line set up to number nine temporary signs, useful for temporary switch.
The left side of the line will appear a book cover have NUM, press again to cancel the setting.
Ctrl + NUM cursor will jump directly to the NUM, NUM with reference Ctrl + Shift + NUM provided.
NUM can not use the keypad.
Ctrl + Home Move the cursor to the file header.
Ctrl + End Move cursor to end of the file.
Ctrl + BBufferList window.
Ctrl + I with the Tab key.
Ctrl + M with the Enter key.
Ctrl + N with the Enter key, the cursor position remains unchanged.
Ctrl + T to delete a word to the right of the cursor.
Ctrl + Y Delete cursor line.

Ctrl + Shift + ↑ cursor is in the body of the function, move the cursor to quickly move to the current function declarations at.
Ctrl + Shift + ↓ cursor in the function declaration line, the cursor will move quickly at the function definition.
After Ctrl + Shift + C declares a procedure or function, to directly generate the name of the procedure or function, the begin, End;
ctrl + E + the Shift switch between the cursor and the Edit window Explorer window.
Ctrl + Shift + G insertion GUID.
Ctrl + Shift + J pop-Delphi statements prompt window, select the required statement will automatically complete a statement.
Ctrl + Shift + T cursor line comments added To-Do.
Ctrl + Shift + Y after deleting the text between the cursor to the end of the line.

Ctrl + F3CallStack window.
Ctrl + F4 equal Close item in the File menu.

Ctrl + mouse scroll wheel acceleration.

Shift + F8 when the pop-up window CPU debugging.
Shift + F10 equal right mouse button (Windows shortcut).

Alt + F4 to close the edit box open all source files, but does not close the project.

Set Code Insight template, begin End ..., since as long as the input be, and then press ctrl + j can begin matching, End; but from the corresponding End to begin, do not know, like matching brackets can alt + [ , Alt +]

Search editor keyboard shortcuts could be found, help you look at it.

unit in the right-click menu of programmed properties / Code Insight

Set any stuff you like to ctr + j.

DELPHIIDE part in the operation shortcut (mostly found in Delphi5.0 menu, some of which are still very useful)

1. Code Template: CTRL + J

2. Code block movement: CTRL + SHIFT + I (right) CTRL + SHIFT + U (left)

3. Select the form: first select any of the controls, SHIFT + left mouse button

4. Place the mouse pointer variable names, unit names, class names, then CTRL + left mouse button corresponding instructions

5. In the process, function, internal events, SHIFT + CTRL + arrow keys to jump upward to define the corresponding procedures, functions, event

6. In contrast, in the process, a function, defined at the event, SHIFT + CTRL + down arrow keys can jump to particular procedures, functions, internal events

7.CTRL + SHIFT + C: writing declare or fill function

8.SHIFT + CTRL + E to display EXPLORER

9.Ctrl + shift + n (n = 1,2,3,4 ......) defines the bookmark

10.Ctrl + n (n = 1,2,3,4 ......) n skip bookmark

11.ALT + left mouse button can be selected from the code block, delete duplicate code aligned useful

12.Ctrl + PageUp Move the cursor to the first line of this screen, the screen does not scroll.

13.Ctrl + PageDown Move the cursor to the last line of this screen, the screen does not scroll.

14.Ctrl + ↓ to scroll down the screen, scroll the cursor not follow this screen.

15.Ctrl + ↑ to scroll up the screen, scroll the cursor not follow this screen.

16.Ctrl + Home Move the cursor to the file header.

17.Ctrl + End Move cursor to end of the file.

18.Ctrl + BBuffer List window.

19.Ctrl + I with the Tab key.

20.Ctrl + M with the Enter key.

21.Ctrl + N with the Enter key, the cursor position remains unchanged.

22.Ctrl + T deletes a word to the right of the cursor.

23.Ctrl + Y cursor to delete rows.

24.Ctrl + Shift + ↑ cursor is in the body of the function, move the cursor to quickly move to the current function declarations at.

25.Ctrl + Shift + ↓ cursor in the function declaration line, the cursor will move quickly at the function definition.

26.Ctrl + Shift + C after a procedure or function declaration, to directly generate the name of the procedure or function, begin, end;

27.Ctrl + Shift + E Edit window switch between the cursor and the Explorer window.

28.Ctrl + Shift + G insertion GUID.

29.Ctrl + Shift + J pop-Delphi statements prompt window, select the required statement will automatically complete a statement.

30.Ctrl + Shift + T cursor line comment added To-Do.

31.Ctrl + Shift + Y after deleting the text between the cursor to the end of the line.

32.Ctrl + F3Call Stack window.

33.Ctrl + F4 equal Close item in the File menu.

34.Ctrl + mouse wheel scrolling acceleration.

35.Shift + CPU pop-up window when debugging F8.

36.Shift + F10 equal right mouse button (Windows shortcut).

37.Alt + F4 to close the edit box open all source files, but does not close the project.

 

 

 

https://www.cnblogs.com/Thenext/p/11207383.html

Guess you like

Origin www.cnblogs.com/usegear/p/11301077.html