Skip to main content

run in script editor

Overview

Next Design's script editor lets you write C# scripts directly and run them instantly.

You can run C# scripts without writing a manifest, which is useful for experimenting with editing handler implementation code or performing ad-hoc processing.

how to use

To run a C# script in Script Editor, do the following:

Script Editor

  1. Click View > Pane > Script from the ribbon to display the script editor.
  2. Write the script directly in the script editor, or copy the script to the clipboard and press ctrl+v to paste it.
  3. Click Home > Script > Execute from the script editor ribbon to run the script.