Command | Function |
---|
Undo | Undo previous changes. Switching between Editor View and XmlTree View/Parent-Children View might lose undo information due to re-parsing the document. |
Redo | Redo previous changes. |
Cut | Cut the selected data and put in clipboard. |
Copy | Copy 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). |
Paste | Paste 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. |
Edit | Start in-place editing. |
Insert Sibling | Reload the current file. Current changes will get lost. Users will be prompted to cancel or continue the command. |
Insert Child | A list of most recently opened files that users can select and open it. |
Duplicate Node | Quit XmlShell. |
Delete | Quit XmlShell. |
Select All | Quit XmlShell. |
Find | Find text. If the currently focused view is not the Editor View, this command will bring up the Filter View. |
Find Current | Find the current word. Enabled only for Editor View. |
Find Next | Find next matched text. Enabled only for Editor View. |
Find Prev | Find previous matched text. Enabled only for Editor View. |