首页 / 软件开发 / C++ / C++ Builder的快捷键
C++ Builder的快捷键2008-04-04F1 帮助Alt+F2 终止程序运行(特别是调试时很有用)F3 查找下一个结果(和Ctrl+F配合使用)F5 设置/取消断点Ctrl+F5 设置Watch变量F7 跟踪(进入子程序)F8 单步(不进入子程序)F9 运行Ctrl+F9 编译但不运行F11 切换对象观察器(Object Inspector)F12 切换Form和代码编辑窗口Ctrl+F 搜索Ctrl+R 替换Ctrl+K+B Marks the beginning of a blockCtrl+K+C Copies a selected blockCtrl+K+H Hides/shows a selected blockCtrl+K+I Indents a block by the amount specified in the Block Indent combo box on the General page of the Editor Options dialog box.Ctrl+K+K Marks the end of a blockCtrl+K+L Marks the current line as a blockCtrl+K+N Changes a block to uppercaseCtrl+K+O Changes a block to lowercaseCtrl+K+P Prints selected blockCtrl+K+R Reads a block from a fileCtrl+K+T Marks a word as a blockCtrl+K+U Outdents a block by the amount specified in the Block Indent combo box on the General page of the Editor Options dialog box.Ctrl+K+V Moves a selected blockCtrl+K+W Writes a selected block to a fileCtrl+K+Y Deletes a selected blockCtrl+O+C Turns on column blockingCtrl+O+I Marks an inclusive blockCtrl+O+K Turns off column blockingCtrl+O+L Marks a line as a blockShift+Alt+arrow Selects column-oriented blocksClick+Alt+mousemv Selects column-oriented blocksCtrl+Q+B Moves to the beginning of a blockCtrl+Q+K Moves to the end of a blockClipboard control (default)Ctrl+Ins Edit|CopyShift+Del Edit|CutShift+Ins Edit|PasteCtrl+C Edit|CopyCtrl+V Edit|PasteCtrl+X Edit|Cut--------------------------------------------------------------------------------Debugger (default, classic, Brief, Epsilon, and Visual Studio)Breakpoint viewCtrl+V View SourceCtrl+S Edit SourceCtrl+E Edit BreakpointEnter Edit BreakpointCtrl+D Delete BreakpointDel Delete BreakpointCtrl+A Add BreakpointIns Add BreakpointCtrl+N Enable BreakpointCall stack viewCtrl+V View SourceCtrl+S Edit SourceSpace View Source (Epsilon only)Ctrl+Enter Edit Source (Epsilon only)Message viewCtrl+V View SourceSpace View SourceCtrl+S Edit SourceCtrl+Enter Edit SourceWatch viewCtrl+E Edit WatchEnter Edit WatchCtrl+A Add WatchIns Add WatchCtrl+D Delete WatchDel Delete Watch--------------------------------------------------------------------------------