How to use eclipse monkey script view - adaussy/eclipse-monkey-revival GitHub Wiki

Open the view : Window -> Show View-> Other -> Scripts

This view will look for scripts into :

  1. The workspace. All script project container should have the Eclipse Monkey Nature. Add the following line into the .project file of your project (or develop and handler^^)
 <natures>
  <nature>org.eclipse.eclipsemonkey.Eclipse_Monkey_Nature</nature>
 </natures>
  1. Extra location register thanks to extension point :
  org.eclipse.eclipsemonkey.scriptpath
⚠️ **GitHub.com Fallback** ⚠️