Edit Menu
CommandFunction
UndoUndo previous changes. Switching between Editor View and XmlTree View/Parent-Children View might lose undo information due to re-parsing the document.
RedoRedo previous changes.
CutCut the selected data and put in clipboard.
CopyCopy the selected data to clipboard. If the selected data is XML node(s), all the child nodes will be copied.
Copy Special (Copy without Children)Copy only the parent node(s).
Copy Special (Copy Path)Copy the XPath of the selected node(s).
PastePaste the data in clipboard to the current location. XmlShell will try to interprete and parse the data as XML data. Data will be inserted as sibling nodes if possible.
Paste Special (Paste Children)Paste data as child nodes instead of sibling nodes.
EditStart in-place editing.
Insert SiblingReload the current file. Current changes will get lost. Users will be prompted to cancel or continue the command.
Insert ChildA list of most recently opened files that users can select and open it.
Duplicate NodeQuit XmlShell.
DeleteQuit XmlShell.
Select AllQuit XmlShell.
FindFind text. If the currently focused view is not the Editor View, this command will bring up the Filter View.
Find CurrentFind the current word. Enabled only for Editor View.
Find NextFind next matched text. Enabled only for Editor View.
Find PrevFind previous matched text. Enabled only for Editor View.