Skip to content

How to use eclipse monkey script view

Arthur Daussy edited this page Aug 13, 2013 · 5 revisions

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