Changes

Coding box

1,120 bytes added, 07:43, 23 April 2013
==Toolbar==
The Coding box features a toolbar with the following items, from left to right:
 
{| class="wikitable" | width = "50%"
|-
! Item !! Purpose !! Shortcut
|- align="left"
| Open || Brings up a file dialog to select a text file to load code from || {{key press|Ctrl|O}}
|- align="left"
| Save || Saves the current code into a text file || {{key press|Ctrl|S}}
|- align="left"
| Print || Brings up the printing dialog to create a hardcopy of the current code || {{key press|Ctrl|P}}
|- 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"
| Open type tree|| Shows the currently loaded type hierarchy of the [[Coding box#Intellisense|Intellisense]] functionality || -
|- align="left"
| Help|| No functionality yet || -
|}
==Context menu==