Creating a new Eclipse Monkey script

From Aptana

This page describes how to create a new Eclipse Monkey script.

Introduction

These instructions tell you how to create a simple, generic Eclipse Monkey script.

Instructions

To create a new Eclipse Monkey script:

  1. Create a new folder named scripts or a monkey in any top-level project folder in your workspace.
  2. Create a new JavaScript file (with a *.js or *.em extension) in the folder.
  3. Add the appropriate metadata to your script. (See Adding metadata to an Eclipse Monkey script for more information about metadata.)
  4. Write and save your script.

Related Topics