Tuesday, July 31, 2012

NETBEANS IDE Mac OS Keyboard Shortcuts

Mac OS Keyboard Shortcuts NETBEANS 6/7

Here are the shortcuts of NETBEANS 6/7 in MAC OS


Scrolling and Selecting

KEYDESCRIPTION
Cmd-A Selects all text in the file.
Cmd-[
Moves the insertion point to the highlighted matching bracket.
Note that this shortcut only works when the insertion point is
located immediately after the opening bracket.
Ctrl-G Jumps to any specified line.
Cmd-Shift-[
Selects the block between a pair of brackets. Note that this shortcut
only works when the insertion point is located immediately after
either the opening or closing bracket.









Code Folding


KEYDESCRIPTION
Cmd-Minus (-)
Collapses the block of code in which the insertion point
is currently located.
Cmd-Plus (+)
Expands the block of code which is adjacent to the
insertion point.
Cmd-Shift-Minus (-) Collapses all blocks of code in the current file.
Cmd-Shift-Plus (+) Expands all blocks of code in the current file.



 Text Editing ( Cutting, Copying, Pasting, and Deleting)


KEYDESCRIPTION
Cmd-Z
Undo. Reverses a series of editor actions one at a time
(excluding Save).
Cmd-K
Copies the word preceding the insertion point and then
pastes it after the insertion point (the insertion point must
be in the whitespace preceeding or following a word).
Press K multiple times to cycle through preceding words
in succession.
Cmd-Shift-K
Copies the word following the insertion point and pastes it at
the insertion point (the insertion point must be located in the
whitespace preceeding or following a word.) Press L multiple
times to cycle through consecutive following words.
Cmd-E Deletes the current line.
Cmd-X
Cut. Deletes the current selection and places it on
the clipboard.
Cmd-Y Redo. Reverses a series of Undo commands one at a time.
Cmd-C Copy. Copies the current selection to the clipboard.
Cmd-V Paste. Pastes the contents of the clipbard at the insert point.
Backspace Delete Deletes the current selection.

No comments:

Post a Comment