Child pages
  • Implementing Business Logic

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Any scripting API (including methods written by the a developer) can be inserted directly into the Script Editor in two ways:

...

  • From the Solution Explorer tree, navigate to and highlight a node for a scriptable resource. In the list of methods and properties provided in the lower part of the Solution Explorer, highlight the method or property that you wish to invoke and click the Move Sample button in the lower toolbar of the Solution Explorer. A verbose, commented sample will be copied into the Script Editor.

...

Using Code-Complete in the Script Editor

...

Tip
titleTip

Any scripting API (including methods written by a developer) can be auto-completed using key strokes.

To use auto-complete, begin typing the code you wish to execute, then hit ctrl+space on the keyboard. A type-ahead list of available scripting objects will appear for you to choose from as you type. This is a highly productive and accurate way to write code when you have become more familiar with the APIs.