Menu and Toolbar Items
Top Menu Items
Contents
File
Save - saves the open file
Settings - opens the settings menu
Edit
Search - standard text search
Search and Replace - standard text find and replace
Go to - jump to a line in the file
Window
Toggle full screen mode - opens the SIL Manager in full screen
Split screen - coming soon!
Run
Run configuration - By default, the scripts are run using the global context (without assuming any issue key). By clicking the Run configuration button, you will be able to set a provided context to run the issue for.
Check - performs a syntax check on the open/selected file
Run - executes the open/selected file
See More
Action Buttons
When you double click a file in the script browser, its contents is loaded to the editor. When you are editing the script, three important actions are also available:
Save (disk icon) - saves the script in the storage (either a file or a database)
Check (check icon) - checks the syntax of the script
Run (arrow icon) - runs the current script in the global context or in a provided one (if you set it in the run configuration). The results will be displayed on the console tab, at the bottom of the page.
Usages (file list icon) - usages is a tool that will search for contents of highlighted text in the script in other script files. Be sure to have text highlighted before using this useful tool.