Project Browser
The Project Browser panel allows you to view the different Designer Spaces, and their component hierarchies at a glance. By clicking Project Properties
icon you can view or change many of the properties settings in your project. You can expand the folders and navigate down through each folder to see elements of your project such as windows, views, containers, and components. The Project Browser shows the entire tree structure from the project level folder down to the component level. You can navigate within your project in two ways, by selecting nodes in the Project Browser tree or directly clicking on an element like a component in the project workspace. Regardless of how you select an element, properties for that element are displayed in the Property Editor.

Project Resources
All projects have resources, such as Vision Windows, Vision Templates, Perspective Views, project scripts, reports, and named queries. Project resources can be inherited from one project to another. For more information, see Project Inheritance.
Naming Conventions
Project resource names cannot be blank. They must start with a letter, a numeral, or an underscore. The following characters are reserved and cannot be used in names for project resources.
< (less than)
> (greater than)
: (colon)
" (double quote)
/ (forward slash)
\ (backslash)
| (vertical bar or pipe)
? (question mark)
* (asterisk)
In addition,the following names cannot be used as project resource names:
CON, PRN, AUX, and NUL
COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, and COM9
LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9
The Project Browser basic functionality is similar to many applications that run on your PC. When you right-click on a project resource in the Project Browser, several options are available like Copy, Paste, and Delete. The presence of certain options will change depending on the type of project resource you are currently editing. For example, inherited project resources have additional menu options that are only visible in inherited projects. The table below lists and describes common right-click menu options:

Function | Description |
---|
Close & Commit | Saves the updates made to the project resource and closes it. |
Close & Revert | Reverts the project resource to its last saved state. Reverting an unsaved resource is the same as deleting it. |
Configure View Permissions | View permissions determine whether or not a user has access to load the view. |
Configure Events | Configures an event or action on a component. |
Rename | Change the name of the current selection to a new name. |
Cut | Cuts the current selection into the clipboard. |
Copy | Copies the current selection into the clipboard. |
Copy Path | Copies the path of the current selection into the clipboard. |
Paste | Pastes the contents in the clipboard to the selected content. |
Delete | Deletes the current selection. |
Revert Changes | Reverting a modified resource will revert it back to its last saved state, assuming it's been saved before. Reverting new resources deletes them. |
Export | Exports resources from the project. |
Protect | Protects the Project Resource. For more information, see Protecting Project Resources. |
Documentation... |
The following feature is new in Ignition version 8.1.19
Click here to check out the other new features
Documentation can be added to all project resources. Previously, documentation was only available on Vision Windows, Vision Templates, and Transaction Groups. |