Scope

Reference documentation for individual Scope items in the Solution Explorer

Overview

Commands Summary

A summary of commands available on this item via right-click context menu

CommandSummary

Open in Script Editor

Opens the scope in Script Editor

Create method

Creates a new method in global scope

Delete scope

Deletes the global scope

Rename scope

Gives a new name to the scope

Run JSUnit tests

Runs jsunit tests from a global scope

Commands Details

The details for each command available on this item via right-click context menu

Open in Script Editor

Opens the scope in Script Editor. A scope is just a javascript file in the workspace.

Create method

Creates a javascript method in the scope.

Delete scope

Deletes the global scope (deletes scope javascript file from workspace).

Rename scope

Warning: use with care. You can choose a new name for your globa scope. This will NOT change all occurences of old name, will only modify the scope itself to the new name.

Run JSUnit tests

Runs JSUnit tests from your scope. See Unit Testing for what is unit testing and JSUnit API for JSUnit testing API.

Last updated