zoukankan      html  css  js  c++  java
  • Delphi XE2 IDE Classic Keyboard Shortcuts

    Shortcut

    Action

    Alt+[

    Finds the matching delimiter (forward)

    Alt+]

    Finds the matching delimiter (backward)

    Alt+Page Down

    Goes to the next tab

    Alt+Page Up

    Goes to the previous tab

    Alt+Shift+Down Arrow

    Moves the cursor down one line and selects the column from the left of the starting cursor position

    Alt+Shift+End

    Selects the column from the cursor position to the end of the current line

    Alt+Shift+Home

    Selects the column from the cursor position to the start of the current line

    Alt+Shift+Left Arrow

    Selects the column to the left of the cursor

    Alt+Shift+Page Down

    Moves the cursor down one line and selects the column from the right of the starting cursor position

    Alt+Shift+Page Up

    Moves the cursor up one screen and selects the column from the left of the starting cursor position

    Alt+Shift+Right Arrow

    Selects the column to the right of the cursor

    Alt+Shift+Up Arrow

    Moves the cursor up one line and selects the column from the left of the starting cursor position

    Click+Alt+mousemove

    Selects column-oriented blocks

    Ctrl+/

    Adds or removes // to each line in the selected code block to comment the code.

    Ctrl+Alt+Shift+End

    Selects the column from the cursor position to the end of the current file

    Ctrl+Alt+Shift+Home

    Selects the column from the cursor position to the start of the current file

    Ctrl+Alt+Shift+Left Arrow

    Selects the column to the left of the cursor

    Ctrl+Alt+Shift+Page Down

    Selects the column from the cursor position to the top of the screen

    Ctrl+Alt+Shift+Page Up

    Selects the column from the cursor position to the bottom of the screen

    Ctrl+Alt+Shift+Right Arrow

    Selects the column to the right of the cursor

    Ctrl+Backspace

    Deletes the word to the right of the cursor

    Ctrl+Del

    Deletes a currently selected block

    Ctrl+Down Arrow

    Scrolls down one line

    Ctrl+End

    Moves to the end of a file

    Ctrl+Enter

    Opens file at cursor

    Ctrl+Home

    Moves to the top of a file

    Ctrl+I

    Inserts a tab character

    Ctrl+J

    Templates pop-up menu

    Ctrl+Left Arrow

    Moves one word left

    Ctrl+N

    Inserts a new line

    Ctrl+O+C

    Turns on column blocking

    Ctrl+O+K

    Turns off column blocking

    Ctrl+O+O

    Insert compiler options

    Ctrl+P

    Causes next character to be interpreted as an ASCII sequence

    Ctrl+PgDn

    Moves to the bottom of a screen

    Ctrl+PgUp

    Moves to the top of a screen

    Ctrl+Right Arrow

    Moves one word right

    Ctrl+Shift+C

    Invokes class completion for the class declaration in which the cursor is positioned

    Ctrl+Shift K+A

    Expands all blocks of code

    Ctrl+Shift K+E

    Collapses a block of code

    Ctrl+Shift K+O

    Toggles between enabling and disabling Code Folding

    Ctrl+Shift K+T

    Toggles the current block between collapsed and expanded

    Ctrl+Shift K+U

    Expands a block of code

    Ctrl+Shift+End

    Selects from the cursor position to the end of the current file

    Ctrl+Shift+G

    Inserts a new Globally Unique Identifier (GUID)

    Ctrl+Shift+Home

    Selects from the cursor position to the start of the current file

    Ctrl+Shift+I

    Indents block

    Ctrl+Shift+Left Arrow

    Selects the word to the left of the cursor

    Ctrl+Shift+PgDn

    Selects from the cursor position to the bottom of the screen

    Ctrl+Shift+PgUp

    Selects from the cursor position to the top of the screen

    Ctrl+Shift+Right Arrow

    Selects the word to the right of the cursor

    Ctrl+Shift+space bar

    Code Parameters pop-up window

    Ctrl+Shift+Tab

    Moves to the previous code page (or file)

    Ctrl+Shift+Tab

    Moves to the previous page

    Ctrl+Shift+U

    Outdents block

    Ctrl+Shift+Y

    Deletes to the end of a line

    Ctrl+space bar

    Code Completion pop-up window

    Ctrl+T

    Deletes a word

    Ctrl+Tab

    Moves to the next code page (or file)

    Ctrl+Up Arrow

    Scrolls up one line

    Ctrl+Y

    Deletes a line

    F1

    Displays Help for the selected fully qualified namespace

    Shift+Alt+arrow

    Selects column-oriented blocks

    Shift+Backspace

    Deletes the character to the left of the cursor

    Shift+Down Arrow

    Moves the cursor down one line and selects from the right of the starting cursor position

    Shift+End

    Selects from the cursor position to the end of the current line

    Shift+Enter

    Inserts a new line with a carriage return

    Shift+Home

    Selects from the cursor position to the start of the current line

    Shift+Left Arrow

    Selects the character to the left of the cursor

    Shift+PgDn

    Moves the cursor down one line and selects from the right of the starting cursor position

    Shift+PgUp

    Moves the cursor up one screen and selects from the left of the starting cursor position

    Shift+Right Arrow

    Selects the character to the right of the cursor

    Shift+Space

    Inserts a blank space

    Shift+Tab

    Moves the cursor to the left one tab position

    Shift+Up Arrow

    Moves the cursor up one line and selects from the left of the starting cursor position

  • 相关阅读:
    grant授权“失败”的原因
    解决:error: 'Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)'
    3.MySQL之创建/删除用户
    Linux常用宏contianer_of()
    Linux设备模型(一)_基本概念
    内核探测工具systemtap简介
    模块驱动调试记录 ——platform_driver_register
    Linux软件栈上的性能诊断工具集
    系统调用—sysconf
    C的编译&预编译
  • 原文地址:https://www.cnblogs.com/codingnote/p/2451052.html
Copyright © 2011-2022 走看看