Appendix A. Appendix

Table of Contents

Accelerator Shortcut Keys
The Main Editor
The Tree View Editor
Unicode Character Encoding
References

Accelerator Shortcut Keys

The Main Editor

File-> New (Ctrl+N) : Displays the New dialog from which to select the document file type.

File-> Open (Ctrl+O) : Displays the Open dialog used to discover, select and open one or more files.

File-> Save (Ctrl+S) : Saves the current document. If the document does not have a file, displays the “Save As” dialog.

File->Save Results (Ctrl+R) : Displays the Save Results dialog, used to save the result-list of the, currently in focus, message tab.

File->Open Project (Ctrl+F2) : Displays the Open Project dialog used to discover, select and open a project file.

File->Save Project (Ctrl+F3 (Cmd+G on Mac)) : Saves the current project. If the project does not have a file, displays the “Save Project As” dialog.

File->Print (Ctrl+P) : Displays the Page Setup dialog used to define the page size and orientation properties for printing.

File->Close (Ctrl+W) : Closes only the selected tab. All other tab instances remain.

File->Exit (Ctrl+Q) : Terminates the oXygen XML Editor. Session information such as the current Project, open Documents and Option settings is made persistent. When the oXygen editor is re-opened, the persistence information returns to the last saved state.

Edit->Undo (Ctrl+Z) : Reverses, a maximum of 100, editing actions to return to the preceding state.

Edit->Redo (Ctrl+Shift+Z) : Recreates, a maximum of 100, editing actions that were undone by the “Undo” function.

Edit->Cut (Ctrl+X) : Removes the current selected node from the document and places it in the clipboard.

Edit->Copy (Ctrl+C) : Places a duplicate copy of the current selection in the clipboard.

Edit->Paste (Ctrl+V) : Places the current clipboard content into the document at the cursor position.

Edit->Select All (Ctrl+A) : Selects the entire body of the current document, including whitespace preceding the first and following the last character.

Edit->Check Spelling (F4) : Checks the spelling in your document.

Find->Find/Replace... (Ctrl+F) : Displays the Find/Replace dialog, used to define “search for” or “search for and replace” operations on the current document.

Find->Go to Line (Ctrl+G (Cmd+L on Mac)) : Displays the Go to Line dialog used to move the cursor directly to the line number specified.

Find->Search again (F3) : Performs another search using the last search configuration.

Tree Editor->Show... (Ctrl+T) : Opens the window for editing a document displayed as a structured tree.

Window->Next (Ctrl+K) : Traverses the Editor focus across the list of open documents from left to right.

Window->Previous (Ctrl+J) : Traverses Editor focus across the list of open documents from right to left.

Help->Help (F1) : Opens the oXygen XML Editor Online Help System.

XML->Validate XML (Ctrl+Shift+V) : Executes the Validation operation on the current document using a validating parser. Returns an error result-list in the Message panel. Mark-up of current document is checked to conform with the specified DTD rules.

XML->Check XML Form (Ctrl+Shift+W) : Executes the XML Form check operation on the current document using a non-validating parser. Returns an error result-list in the Message panel.

XML->Apply Transformation (Ctrl+Shift+T) : Executes the transformation process using the configuration properties defined in the Configure Transformation dialog.

XML->Configure Transformation (Ctrl+Shift+C) : Displays the Configure Transformation dialog, used to define properties for conversion of documents to multiple output targets. Also enables saving of “Scenarios”. Each scenario, can store a unique configuration ready to be used in the future.

XML->Format and Indent (Ctrl+Shift+P) : Also referred to as “Pretty Print”, “Format and Indent” performs layout functions to make mark-up easier to read on screen and in print output.

XML->Learn Structure (Ctrl+Shift+L) : Reads the mark-up structure of the current document so that it can be saved as a template using the Save Structure option.

XML->Save Structure (Ctrl+Shift+S) : Displays the Save Structure dialog, used to name and create DTD documents learnt by the “Learn Structure” function.

The Tree View Editor

File-> New (Ctrl+N) : Creates a new empty document and displays it in the Tree View Editor.

File-> Open (Ctrl+O) : Displays the Open dialog used to discover, select and open a file to be edited.

File-> Save (Ctrl+S) : Saves the current document. If the document does not have a file, displays the “Save As” dialog.

File->Close (Ctrl+W) : Closes the Tree View Editor.

Edit->Copy (Ctrl+C) : Places a duplicate copy of the current node in the clipboard.

Edit->Cut (Ctrl+X) : Removes the current selected node from the document and places it in the clipboard.

Edit->Paste (Ctrl+V) : Places the node from clipboard as a child of the selected node.

Edit->Delete (Delete) : Delete the selected node from the document.

Edit->Start Editing (F5) : Starts editing the selected node from the document.

Edit->End Editing (F6) : Ends editing the selected node.

Edit->Undo (Ctrl+Z) : Reverses, a maximum of 100, editing actions to return to the preceding state.

Edit->Redo (Ctrl+Shift+Z) : Recreates, a maximum of 100, editing actions that were undone by the “Undo” function.

Insert->Insert (F9) : Insert a new node of the same type like the selected one as its sibling.

Move->Move Up (Ctrl+Up) : Move up the selected node with one position.

Move->Move Down (Ctrl+Down) : Move down the selected node with one position.