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:
- Create a new folder named scripts or a monkey in any top-level project folder in your workspace.
- Create a new JavaScript file (with a *.js or *.em extension) in the folder.
- Add the appropriate metadata to your script. (See Adding metadata to an Eclipse Monkey script for more information about metadata.)
- Write and save your script.


