WoW:Lua editors/Eclipse (IDE): Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (Fixed commas.)
(Erhm.. Trying to pursuade Category:Interface Customization to actually point to THIS page... flying blind.)
Line 1: Line 1:
* For info regarding Eclipse Addon also known as [[VisibilityOptions]], see [[Eclipse_AddOn|this page]].
----
== What is Eclipse? ==
== What is Eclipse? ==


Line 21: Line 18:


----
----
[[Category:Interface Customization|Eclipse (IDE)]]

Revision as of 12:54, 27 May 2006

What is Eclipse?

Eclipse is a free software development IDE written in the Java language. For many, it is becoming the defacto standard, especially for Java and J2ee development. It can also be expanded to provide robust editing for other languages, like Lua, via plugins.

Why Eclipse?

With the development of the right plugins Eclipse could become a powerful editing tool for the AddOn developer. Currently there is a Lua Plugin that allows for some Lua color-coding, but doesn't take into account any of the WoW objects/functions. A customized Eclipse editing plugin would need to be authored to accomplish this. The Lua plugin is a great starting point for this.

Ambitious AddOn makers who enjoy using Eclipse could even provide templates for creating .toc files, .xml files, etc.

Where can I get it?

Eclipse can be downloaded here: http://www.eclipse.org.

A Java JDK will be required to operate Eclipse. 1.4.2: http://java.sun.com/j2se/1.4.2/download.html

The Lua Plugin is available here: http://www.eclipse-plugins.info/eclipse/plugin_details.jsp?id=466