Shortcuts in Delphi (fully official version)

xiaoxiao2021-03-05  29

1. SHIFT mouse left button first selected any control, then select the form after the button (selected by the ESC effect after selecting the control) 2. Shot F8 will pop up the CPU window. 3. SHIFT F10 is equal to the right mouse button (Windows shortcut). 4. SHITF arrow Select 5. SHIFT F12 Quick Find Form and open 6.f7 (Step Debug simultaneously tracking into the sub-process) 7.f8 (step debugging does not enter the sub-process) 8.f9 run 9.f12 Switch Editor, Form 10.alt F4 Close the source program files opened in all edit boxes, but do not turn off items 11.alt mouse left mouse to block selection code, use to delete the aligned duplicate code Very useful 12.ctrl F9 compile 13.ctrl shift n (n = 1, 2, 3, 4 ...) Defining bookmarks 14.ctrl n (n = 1, 2, 3, 4 ...) jump Bookmark N 15.ctrl Shift N At the bookmark N, press the Cancel bookmark 16.ctrl Pageup to move the cursor to the first line of the screen, the screen does not scroll 17.ctrl PageDown moves the cursor to this screen The last line, the screen does not scroll 18.ctrl ↓, the screen is scrolling the screen, the cursor follows the scroll without the screen 19.ctrl ↑ to scroll the screen, the cursor follows the scroll without the screen 20.ctrl home to move the cursor to the file header 21. Ctrl END moves the cursor to the file tail 22.ctrl b buffer list window 23.ctrl i with Tab key 24.ctrl j (pop-up Delphi Statement Tips window, select the desired statement to 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 remove the cursor 29.ctrl C copy 30.ctrl V Paste 31.ctrl X Cut 32.ctrl Z Restore (UNDO) 33.Ctrl S Save 34.ctrl F Look 35.ctrl L Continue to Find 36.ctrl R Replace 37.ctrl Enter Location to Unit File 38.ctrl F3 pops up Call Stack Window 39.ctrl F4 is equal to the Close item 40.ctrl backspace in the File menu and retract one word until you encounter a split 41.ctrl mouse wheel acceleration scroll screen 42.ctrl o u switch Select block case (Note Loosen O and then press U, CTRL Keep Press) 43.ctrl K o Switch Select Block to lowercase (Note Loosen K, press O, CTRL Keep Press) 44.ctrl K N switching selection block is uppercase (notice to release K and press N, CTRL hold) 45.ctrl shift g Insert GUID 46.ctrl Shift T In the cursor line Add to-DO Note 47. Ctrl Shift Y Deletes the cursor to the text 48.ctrl shift c between the end of the Bank, is preparation or make up the function, it is good !!! 49.ctrl shift e Show Explorer 50.ctrl Tab Inspector Switch Properties Page and Events Page 51.ctrl Shift U Code Whole Left 3 Skation Location 52.ctrl Shift I Code All Blocks Two Spaces Location 53.ctrl Shift ↑ in process, function Internally, you can jump to the corresponding process, function, definition of events (incoming switch between Interface and Implementation) 54.ctrl Shift ↓ In the process, function, the definition of the event, can jump to the specific process, function, internal (ibid above) 55.TAB Press the Tab button to move the cursor to the property name, then type the starting letter of the attribute name Can be quickly locate 56.ctrl alt After the Ctrl Alt, you can select the code in a rectangular block with the mouse, and can copy it, paste 57.shift ↓, ↑, →, ← with 1 pixel unit change Selected control size 58.ctrl ↓, ↑, →, ← Take 1 pixel unit change the location 59.ctrl E Quick selection (huh, try, very fun) 60.ctrl alt c comment block 61.ctrl alt u Cancellation Interpretation block 62.ctrl alt

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

New Post(0)