Changes

Coding box

939 bytes added, 07:47, 23 April 2013
==Context menu==
The Coding box features a context menu with the following items:
 
{| class="wikitable" | width = "50%"
|-
! Item !! Purpose !! Shortcut
|- align="left"
| Undo|| Undo the last change || {{key press|Ctrl|Z}}
|- align="left"
| Redo|| Redo the last undo || {{key press|Ctrl|Y}}
|- align="left"
| Cut|| Cut the currently selected text into the Clipboard || {{key press|Ctrl|X}}
|- align="left"
| Copy|| Copy the currently selected text into the Clipboard || {{key press|Ctrl|C}}
|- align="left"
| Paste|| Paste the current content of the Clipboard into the code || {{key press|Ctrl|V}}
|- align="left"
| Delete|| Deletes the currently selected text || -
|- align="left"
| Select All|| Selects the entire code || {{key press|Ctrl|A}}
|}
==Intellisense==
==Useful shortcuts==
The following shortcuts are additionally supported by this control:
 
{| class="wikitable" | width = "50%"
|-
! Shortcut!! Purpose
|- align="left"
| {{key press|Ctrl|F}}|| Brings up the Find/Replace Dialog
|}