程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> C語言 >> C++ >> C++入門知識 >> C++ Builder 的快捷鍵

C++ Builder 的快捷鍵

編輯:C++入門知識

  F1   幫助

  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 block

  Ctrl+K+C Copies a selected block

  Ctrl+K+H Hides/shows a selected block

  Ctrl+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 block

  Ctrl+K+L Marks the current line as a block

  Ctrl+K+N Changes a block to uppercase

  Ctrl+K+O Changes a block to lowercase

  Ctrl+K+P Prints selected block

  Ctrl+K+R Reads a block from a file

  Ctrl+K+T Marks a word as a block

  Ctrl+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 block

  Ctrl+K+W Writes a selected block to a file

  Ctrl+K+Y Deletes a selected block

  Ctrl+O+C Turns on column blocking

  Ctrl+O+I Marks an inclusive block

  Ctrl+O+K Turns off column blocking

  Ctrl+O+L Marks a line as a block

  Shift+Alt+arrow Selects column-oriented blocks

  Click+Alt+mousemv Selects column-oriented blocks

  Ctrl+Q+B Moves to the beginning of a block

  Ctrl+Q+K Moves to the end of a block

  Clipboard control (default)

  Ctrl+Ins Edit|Copy

  Shift+Del Edit|Cut

  Shift+Ins Edit|Paste

  Ctrl+C Edit|Copy

  Ctrl+V Edit|Paste

  Ctrl+X Edit|Cut

  --------------------------------------------------------------------------------

  Debugger (default, classic, Brief, Epsilon, and Visual Studio)

  Breakpoint view

  Ctrl+V View Source

  Ctrl+S Edit Source

  Ctrl+E Edit Breakpoint

  Enter Edit Breakpoint

  Ctrl+D Delete Breakpoint

  Del Delete Breakpoint

  Ctrl+A Add Breakpoint

  Ins Add Breakpoint

  Ctrl+N Enable Breakpoint

  Call stack view

  Ctrl+V View Source

  Ctrl+S Edit Source

  Space View Source (Epsilon only)

  Ctrl+Enter Edit Source (Epsilon only)

  Message view

  Ctrl+V View Source

  Space View Source

  Ctrl+S Edit Source

  Ctrl+Enter Edit Source

  Watch view

  Ctrl+E Edit Watch

  Enter Edit Watch

  Ctrl+A Add Watch

  Ins Add Watch

  Ctrl+D Delete Watch

  Del Delete Watch

  --------------------------------------------------------------------------------

  Editor (default)

  Shortcut Action or command

  F1 Help|Topic Search

  Ctrl+F1 Help|Topic Search

  F3 Search|Search Again

  Ctrl+E Search|Incremental Search

  Ctrl+F Search|Find

  Ctrl+I Inserts a tab character

  Ctrl+j Templates pop-up menu

  Ctrl+N Inserts a new line

  Ctrl+P Causes next character to be interpreted as an ASCII sequence

  Ctrl+R Search|Replace

  Ctrl+S File|Save

  Ctrl+T Deletes a word

  Ctrl+Y Deletes a line

  Ctrl+Z Edit|Undo

  Ctrl+<space bar> Code Completion pop-up window

  Ctrl+Shift+I Indents block

  Ctrl+Shift+U Outdents block

  Ctrl+Shift+Y Deletes to the end of a line

  Ctrl+Shift+Z Edit|Redo

  Ctrl+Shift+<space bar> Code Parameters pop-up window

  Alt+[ Finds the matching delimiter (forward)

  Alt+] Finds the matching delimiter (backward)

  End Moves to the end of a line

  Home Moves to the start of a line

  Enter Inserts a carriage return

  Ins Turns insert mode on/off

  Del Deletes the character to the right of the cursor

  Backspace Deletes the character to the left of the cursor

  Tab Inserts a tab

  Space Inserts a blank space

  Left Arrow Moves the cursor left one column, accounting for the autoindent setting

  • 首頁
  • 上一頁
  • 1
  • 2
  • 下一頁
  • 尾頁
  • 共2頁
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved