Difference between revisions of "User:Mattn/Eclipse"

From UFO:AI
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 09:39, 17 May 2012

I will collect some ideas for plugins that might be handy when developing UFO:AI stuff.

Plugins

xtext based editor

Prepare

Develop

  • net.sourceforge.ufoai.dsl/src/UFOScript.xtext is the grammar file
    • right click - run as "generate xtext artifacts"
    • run the net.sourceforge.ufoai.dsl project as eclipse application.
      • import some ufoai ui scripts into your new workspace

General

The java classes in net.sourceforge.ufoai.dsl/src and net.sourceforge.ufoai.dsl.ui/src can get extended and won't get overwritten. You can implement a formatter, validator and stuff like that here.

Links

Update site

http://ufoai.org/updatesite/

Links