Note :
pour les raccourcis de type "Ctrl-U, U "
taper ctrl + u , ensuite relacher et taper u
Scrolling and Selecting
Keys |
Action |
Ctrl-down arrow |
Scrolls the window up without moving the insertion point. |
Ctrl-up arrow |
Scrolls the window down without moving the insertion point. |
Ctrl-[ |
Moves the insertion point to the highlighted matching bracket. This shortcut
only works when the insertion point is immediately after the opening or closing bracket. |
Ctrl-Shift-[ |
Selects the block between a pair of brackets. This shortcut only works
when the insertion point is imtmediately after either the opening or closing
bracket. |
Ctrl-G |
Jumps to any specified line. |
Ctrl-A |
Selects all text in the file. |
Modifying Text
Keys |
Action |
INSERT |
Switches between insert text and overwrite text mode. |
Ctrl-Shift-J |
Opens the Internationalize dialog box that you can use to insert
an internationalized string at the insertion point. |
Ctrl-U, U |
Makes the selected characters or the character to the right of the
insertion point uppercase. |
Ctrl-U, L |
Makes the selected characters or the character to the right of the
insertion point lowercase. |
Ctrl-U, S |
Reverses the case of the selected characters or the character to
the right of the insertion point. |
Code Folding
Keys |
Action |
Ctrl-Minus (-) |
Collapses the block of code the insertion point is on. |
Ctrl-Plus (+) |
Expands the block of code the insertion point is next to. |
Ctrl-Shift-Minus (-) |
Collapses all blocks of code. |
Ctrl-Shift-Plus (+) |
Expands all blocks of code. |
Cutting, Copying, Pasting, and Deleting Text
Keys |
Action |
Ctrl-Z |
(Undo) Reverses (one at a time) a series of editor actions,
except Save. |
Ctrl-Y |
(Redo) Reverses (one at a time) a series of Undo commands. |
Ctrl-X |
(Cut) Deletes the current selection and places it into the
clipboard. |
Shift-Delete |
(Cut) Deletes the current selection and places it into the
clipboard. |
Ctrl-C |
(Copy) Copies the current selection to the clipboard. |
Ctrl-Insert |
(Copy) Copies the current selection to the clipboard. |
Ctrl-V |
(Paste) Pastes the contents of the clipbard at the insert
point. |
Delete |
(Delete) Deletes the current selection. |
Ctrl-E |
Deletes the current line. |
Ctrl-U |
Deletes text in the following sequence:
- text preceding insertion point on same line
- indentation on same line
- line break
- text on previous line
|
Ctrl-Backspace |
Removes the text in the current word preceding the insertion
point. |
Searching for Text
Keys |
Action |
Ctrl-F3 |
Searches for the word the insertion point is on and
higlights all occurrences of that word.
|
F3 |
Selects the next occurrence of the word in your current search. |
Shift-F3 |
Selects the previous occurrence of the word in your current search. |
Alt-Shift-H |
Switches highlighting of search results on or off. |
Ctrl-F |
Opens the Find dialog box. |
Ctrl-H |
Opens the Find and Replace dialog box. |
Setting Tabs
Keys |
Action |
Tab |
Shifts all text to right of insertion point to the right. |
Alt-Shift-Right |
Shifts text in line containing the insertion point to
the right. |
Alt-Shift-Left |
Shifts text in line containing the insertion point to
the left. |
Using Bookmarks
Keys |
Action |
Ctrl-Shift-M |
Sets or unsets a bookmark at current line. |
Ctrl-Shift-Period/Comma |
Goes to next/previous bookmark. |
- source
Aucun commentaire:
Enregistrer un commentaire