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:
- Click View > Pane > Script from the ribbon to display the script editor.
- Write the script directly in the script editor, or copy the script to the clipboard and press ctrl+v to paste it.
- Click Home > Script > Execute from the script editor ribbon to run the script.