Edit menu commands shown when a Silverlight editor is visible:
Name | function | Keyboard Shortcut |
---|---|---|
Undo | Revert the last change in the editor | Ctrl+Z |
Redo | Revert an undone change | Ctrl+Y |
Cut | Copies the currently selected text or element to the clipboard and removes the element. On elements, the remove is not performed before the clipboard is pasted. | Ctrl+X |
Copy | Copies the currently selected text or elements to the clipboard | Ctrl+C |
Paste | Paste the current content as text to the editor, or as a sibling or child element to the a currently selected element. | Ctrl+V |
Delete | Delete the current text or element selection. | Delete |
Select All | Select all the edior content. | Ctrl+A |
Find/Replace | Open the Find / Replace dialog. Editor only. | Ctrl + F |
Add Bookmark... | Add a bookmark to the current text selection or selected element. | |
Add Task... | Add a user defined task to the current text selection or selected element |