View Single Post
08-15-05, 02:24 AM   #7
farang
A Deviate Faerie Dragon
 
farang's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2005
Posts: 19
Opensource and Freeware Editor with support for Lua-Syntax Highlighting:

Notepad++

http://notepad-plus.sourceforge.net

It's possible to start the LUA exe to test Lua Scripts (without WoW Additions)

using this command:

Code:
d:\lua\bin\lua.bat "$(FULL_CURRENT_PATH)"
Note: place lua.bat in a directory without spaces ,else it won't work with Notepad++

Lua.bat simply calls lua.exe with a "PAUSE" ,to see the output thereafter...

Code:
@D:\lua\bin\lua.exe %1
@PAUSE
  Reply With Quote