[Repost] shortcuts in BCB6

zhaozj2021-02-16  80

:: Project Management Class :: F10 Code Window Full Screen Show to BCB Main Window Ctrl F12 Open Source File List dialog SHIFT F12 Open Window File List dialog box F12 in the window (Form1) with the corresponding code file (Unit1). CPP Switching F11 takes the Object Inspector window to the forefront, when editing the code, this feature is convenient for Alt F11 Open the include header file window Shift F11 Add the specified file to the current project Ctrl F9 compile item ALT F9 compiles the current File F9 compiles and runs programs

:: Code Editorial :: Ctrl Enter key (Enter) Display Open File dialog, but pay attention to the current cursor Ctrl F4 on the comment line Ctrl F6 in a class .h and .cpp Switch between the file Ctrl Shift Number button (1, 2, ...) Insert the bookmarks of the specified number (1, 2, ...) jump to the bookmark position of the specified number, Alt G shows Go to Line Number dialog Ctrl Shift u puts the selected code block to left the left Ctrl Shift i to harm the selected code block to the right Ctrl ↑ You can scroll up the code window at any time, the cursor does not need to scroll to the top Ctrl ↓ Scroll down the code window at any time, the cursor does not scroll to the bottom Ctrl F Open Find Dialog Ctrl R Open Replace dialog box F3 look up the next location where the keyword entered in the Find Dialog box

:: Commissioning :: F5 Setting / Cancel Code F7 F7 Enter Function Call Internal Tracking F8 Single Step Debug, do not function call internal Ctrl Alt W Open Watch window, view specified variables The value of the value Ctrl mouse points to the variable display the value of the pointing variable under the breakpoint debug

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

New Post(0)