Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:UI FAQ/AddOn Author Resources
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Lua Editors == : ''See the [[Lua editors]] page for a more complete list.'' * EditPlus - http://editplus.com/ - Fairly decent editor w/ most of the options you'll need while scripting in Lua, there is a plugin for Lua syntax here. This is a trialware program -- eventually you will have to pay. * Lua Eclipse - http://www.ideais.com.br/luaeclipse/ - Eclipse is a highly advanced and extensible editor and development tool. Though it mostly shines for Java development, there are several plug-ins for other languages. Lua Eclipse is such a plug-in. Unfortunately, work seems to have stopped on that plug-in and it is far from finished. It still works well with current versions of Eclipse (Oct 2006), but it mostly gives you syntax check and highligting. * UltraEdit32 - http://www.ultraedit.com - My editor of choice. Lua syntax highlighting file available @ http://www.capnbry.net/wow/downloads/lua.txt courtesy of capnbry. * BLua - http://blua.sourceforge.net/ - This is an editor being developed exclusively for Blizzard's flavor of Lua, and when complete hopes to THE complete IDE for Blizzard Lua, however, development on this project stalled in 2005. * SciTE-WOWInterface - http://www.wowinterface.com/downloads/info4989-SciTE-WOWInterface.html - This is a re-package of the popular ScITE editor (based on the scintilla editing component). You can find more information about SciTE at http://www.scintilla.org/SciTE.html. Some of the customization is from the package at http://gisdeveloper.tripod.com/scite.html , but those just amount to some configuration files that have been altered. I've adjusted some of the preferences and added the bulk of the WoW API with prototypes and descriptions as pop-up calltips (you can see a few examples in the attached screenshots). * http://luaforge.net/projects/lualangpack - This is a lua plug-in for Visual Studio 2005 supporting syntax highlighting, hidden code regions / auto outlining and Lua projects. * http://www.sjbrown.co.uk/index.php?code=lualite - This is a lua syntax highlighting plug-in for Visual Studio 2003. * Notepad++ - http://notepad-plus.sourceforge.net/ - has Lua support, really nice free editor * http://smultron.sourceforge.net/ - Lua editor for Macs * [http://www.macromates.com/ TextMate] - commercial (not free) text editor for MacOS X with support for many languages, including Lua (using the [http://macromates.com/svn/Bundles/trunk/Bundles/Lua.tmbundle/ Lua bundle]). [http://macromates.com/textmate/manual/bundles Information on installing bundles]. * [//addonstudio.org/wow/current Addon Studio for World of Warcraft] - free version of Visual Studio tailored for creating World of Warcraft mods, with Lua syntax highlighting, TOC generation, a FrameXML editor, IntelliSense, and other features
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)