This page describes how to create a new Eclipse Monkey script.
Introduction
Once you have installed the Eclipse Monkey plug-in, you can quickly and easily start creating your own Eclipse Monkey scripts. These instructions tell you how to create a simple, generic Eclipse Monkey script.
Instructions
To create a new Eclipse Monkey script:
- Create a scripts or a monkey folder 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.