If you accept my Pull Request, you'll have script files with a schema association line on each one. That makes batch validation in oXygen a lot simpler than what we were trying yesterday. Here's what you'd do to batch validate:
On the oXygen top menu bar, go to Project >> New Project (It's okay if you did this before to delete the old project and start over. We have schema lines now in the files so it'll be simpler this time.)
In the window, you'll see file folders:
Under New project, choose Default Project
You can name your project if you like (Avatar)
Make sure the file path points to your AvatarScripts folder
Click "Create" to create the new project.
You will see a sidebar named "Project" open on the left-hand side of the screen. You should see "newProject" and under it "AvatarScripts". Right-click on the "AvatarScripts" folder and select "Validate" then "Validate" on the next window . *You don't need "Validate with schema" now because we have the schema associated with each file, so oXygen knows how to validate each one now.
I just assigned the team to this so you'll see it. But I am thinking @julianjmg should merge the Pull Request first as he is working on adding some markup to each file now.
If you accept my Pull Request, you'll have script files with a schema association line on each one. That makes batch validation in oXygen a lot simpler than what we were trying yesterday. Here's what you'd do to batch validate:
On the oXygen top menu bar, go to Project >> New Project (It's okay if you did this before to delete the old project and start over. We have schema lines now in the files so it'll be simpler this time.)
In the window, you'll see file folders:
You will see a sidebar named "Project" open on the left-hand side of the screen. You should see "newProject" and under it "AvatarScripts". Right-click on the "AvatarScripts" folder and select "Validate" then "Validate" on the next window . *You don't need "Validate with schema" now because we have the schema associated with each file, so oXygen knows how to validate each one now.