Scripting Ribbon Tab
The Scripting ribbon tab only displays when required; for example, when editing a naming script.
The following tables describe the options on the Scripting ribbon tab.
Build Group
Option |
Description |
|
---|---|---|
Build |
Compile and validate the script and output errors to the Custom Code Output and Custom Code Errors tabs in the bottom control pane. On the View ribbon tab, click Custom Code Output or Custom Code Errors to display the bottom control pane. |
|
Test |
Test the script. |
|
Save |
Save the script to the MineMarket local installation directory. The file is saved using the C# naming conventions; for example, the file name is saved as the class name. |
Edit Group
Option |
Description |
|
---|---|---|
Show White Space |
Shows where white space is utilised by displaying dots as visual references to white space within the code window. |
|
Decrease Indentation |
Decrease the code indentation at the cursor location point. |
|
Increase Indentation |
Increase the code indentation at the cursor location point. |
|
Undo |
Undo the last edit. |
|
Redo |
Redo the last edit. |
|
Comment |
Insert the "//" programming comment notation in the selected lines of code within the Script Editor. |
|
Uncomment |
Remove the "//" programming comment notation from the selected lines of code within the Script Editor. |
Bookmarks Group
Option |
Description |
|
---|---|---|
Toggle Bookmark |
Toggle between adding and removing bookmark options. Create a bookmark within the margin of the code window at the cursor location. |
|
Next Bookmark |
Move to the next bookmark within the code window. |
|
Previous Bookmark |
Move to the previous bookmark within the code window. |
|
Clear Bookmarks |
Clear all bookmarks from the code window. |