RSS

Search Engine

Monday, June 7, 2010

Editing

Table 4. Handling the editor

ShortcutDescription
CTRL + 1Quickfix, dependend on cursor position
F12Focuses the editor (especially helpful if you working with Fast Views
Ctrl + M Maximize Java editor
CTRL + Shift + FFormat source code
CTRL + Shift + O Organize the imports / Will import the missing imports.
CTRL + Shift + S Source generation related operations such as creating getter/setter
CTRL + QLast edited position

Table 5. Arrow Keys

ShortcutDescription
CTRL + LeftMove one element to the left
CTRL + RightMove one element to the right
CTRL + ALT + DownCopy line
ALT + Up / DownMove line up / down
ALT + SHIFT Up / DownSelect the previous / next syntactical element
ALT + SHIFT Up / Down / Left / RightExtending / Reducing the selection of the previous / next syntactical element
CTRL + Up / Down Scroll up / down a line in the editor

Table 6. Delete

ShortcutDescription
Ctrl + DDeletes line
STRG + SHIFT + DELEDelete until end of line
Ctrl + DELEDelete next element
Ctrl + BACKSPACEDelete previous element

Table 7. Variable assignment

ShortcutDescription
Ctrl + 2 + LAssign statement to new local variable
Ctrl + 2 + FAssign statement to new field

0 comments:

Post a Comment