EDE Shortcuts

by onezero
2 years ago
585 Views

Table of Contents


Code Steps Keyboard Shortcuts

These shortcuts can be used for embedded development environment.

    Keys Function
    CTRL-C Copy
    CTRL-V Paste
    CTRL-Z Undo
    CTRL-Y Redo
    CTRL-A Select All
    CTRL-L Align Automatically
    CTRL-F Open Search Dialog Box
    ESC Close Search Dialog Box
    TAB Indent
    SHIFT-TAB Undo the Indent
    TAB TAB Add Snippet
    CTRL-Left Arrow Previous Word
    CTRL-Right Arrow Following Word
    HOME Go to Beginning of the Line
    END Go to End of the Line
    Page Up Go to Previous Page
    Page Down Go to Following Page
    CTRL-HOME Go to Beginning of the Document
    CTRL-END Go to End of the Document
    Left Arrow Go to Previous Character
    Right Arrow Go to Following Character
    Up Arrow Go to Previous Line
    Down Arrow Go to Following Line
    BACKSPACE Delete Previous Character
    DELETE Delete Following Character
    CTRL-BACKSPACE Delete Previous Word

    Snippet Add with Keyboard Shortcut

    When the Tab key is clicked two times sequentially, EDE editor adds a snippet automatically related to words that are finished the line. The related words supported for snippet completion are given below.

    Words Supported for Snippet Production
    if
    else
    for
    do
    while
    #if
    mbox
    foreach
    switch
    prop
    propg
    try
    tryf
    using