Navigator ViewEdit online
By default, the view is positioned on the left side of the Oxygen XML Editor plugin window, above the Outline view. If the view has been closed, it can be reopened at any time from the menu (the Project Explorer view is in the Other submenu).
Collapse
All- Collapses all project tree folders. You can also collapse/expand a project tree folder if you select it and press the Enter key or Left Arrow to collapse and Right Arrow to expand.
Link with
Editor- When selected, the project tree highlights the currently edited file, if it is found in the project files.
- View Menu
- Drop-down menu that contains various settings.
The files are usually organized in an XML project as a collection of folders. There are two types of resources displayed in the Navigator view:
- Physical folders and files - marked with the operating system-specific icon for
folders (usually a yellow icon on Windows and a blue icon on Mac OS X). These folders and
files are mirrors of real folders or files that exist in the local file system. They are
created or added to the project by using contextual menu actions (such as and ).Also, the contextual menu action
Delete can be used to remove them from the project and local file
system. - Shortcut folders and files - the icons for
file and folder shortcuts are displayed with a shortcut symbol. They are created and added by
using the actions or from the contextual menu or File menu. Also, the
contextual menu action
Delete can be used to remove them from the project
(the local file system remains unchanged).
Creating New Projects
- Opens the New XML Project dialog box that allows you to create a new project and adds it to the project structure in the Navigator view.
- Opens the New sample XML project dialog box that allows you to customize sample resources in a new project and adds it to the project structure in the Navigator view.
Creating New Project Items
To create new project items,
select the desired document type or folder from the New menu of the
contextual menu, when invoked from the Navigator view (or from the
File menu or
New
Drop-down menu). You can also create a document from a template by selecting from the contextual menu (or click the
New toolbar button).
For more information about creating new files, see New Document Wizard. For more information about creating new files from templates, see Creating New Documents Based on Templates.
Managing Physical Folders and Files
You can create physical folders by selecting from the contextual menu.
When adding files to a project, the default target is the project root. To change a target, select a new folder. Files may have multiple instances within the folder system, but cannot appear twice within the same folder.
Delete.You can move the resources of the project with drag and drop operations on the files and folders of the tree.
You can also use the usual
Copy and
Paste
actions (or the Move action) from the contextual menu to move
resources in the Navigator view.
- Invoke the Rename action from the contextual menu.
- Press F2 and type the new
name.
To finish editing the item name, press Enter.
If a project folder contains a lot of documents, a certain document can be located quickly in the project tree by selecting the folder containing the desired document and typing the first few characters of the document name. The desired document is automatically selected as soon as the typed characters uniquely identify its name in the folder.
The selected document can be opened by pressing the Enter key, by double-clicking it, or with one of the Open actions from the contextual menu. The files with known document types are opened in the associated editor, while binary files are opened with the associated system application. To open a file with a known document type in an editor other than the default one, use the Open with action. Also, dragging and dropping files from the project tree to the editor area results in the files being opened.
The project file is automatically saved every time the content of the Navigator view is saved or modified by actions such as adding or removing files and drag and drop.
Linked Folders
You can create linked folders (shortcuts) by dragging and dropping folders from the Windows Explorer / Mac OS X Finder to the project tree, or by using the contextual menu from the location in the project tree where you wanted it added and selecting .
Validate Files
The currently selected files associated with the Oxygen XML Editor plugin in the Package Explorer view or in the Navigator view can be checked to be XML well-formed or validated against a schema (DTD, XML Schema, Relax NG, Schematron or NVDL) with one of the following contextual menu actions found in the Validate submenu:
Check
Well-Formedness- Checks if the selected file or files are well-formed.
Validate- Validates the selected file or files against their associated schema. EPUB files make an exception, because this action triggers a Validate and Check for Completeness operation.
- Validate with Schema
- Validates the selected file of files against a specified schema.
Configure Validation Scenario(s)- Allows you to configure and run a validation scenario.
Clear
Validation Markers- Clears all the error markers from the main editor and Problems view.
Applying Transformation Scenarios
Apply
Transformation Scenario(s)- Obtains the output with one of the built-in scenarios.
Configure Transformation Scenario(s)- Opens a dialog box that allows you to configure pre-defined transformation scenarios.
Transform with- Allows you to select a transformation scenario to be applied to the currently selected files.
Refactoring Actions (Available for certain document types (such as XML, XSD, and XSL)
Oxygen XML Editor plugin includes some refactoring operations that help you manage the structure of your documents. The following actions are available from the contextual menu in the Refactoring submenu:
- Rename resource
- Allows you to change the name of a resource.
- Move resource
- Allows you to change the location on disk of a resource.
XML
Refactoring- Opens the XML Refactoring tool wizard that presents refactoring operations to assist you with managing the structure of your XML documents.
Refresh
XPath in
Files
Check
Spelling in Files
Format and
Indent Files
Properties