Script Editors - Script
This menu gives you some basic tools to check and execute the currently loaded script, and is especially useful for debugging.
Clear
This function works similar to “New” from the "File" menu, but without asking you whether you want to store the script. You cannot undo this action.
Show Suggestions
To show commands that could match the currently entered phrase, choose this option. Normally, this is done automatically, but if you have turned off the auto completion function, you can still call it manually from here.
Run
Start your script with this command and watch it working.
Check Syntax
This is a very important feature for debugging. Before the script is executed you can check if there are any errors or undefined variables. Especially copied/pasted scripts from other sources should go through a syntax check.