View Single Post
05-30-05, 01:49 AM   #2
Beladona
A Molten Giant
 
Beladona's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 539
Dreamweaver extension that adds syntax coloring for lua code, within both lua and xml files. World of Warcraft Global and Widget API are both included as native functions, up to version 1.5.0 of the game client (soon to be released).

--------------------------------------------------------------
Known Issues / Coming Soon
--------------------------------------------------------------
* Code Hints will be added to help suggest code within your scripts
* comments that use the format --[[ comment ]]-- are not currently being colored with the comment block color. This is due to a shortcoming in the dreamweaver configuration files, which use CDATA elements to define such entries, and as such does not allow ]] as part of and entry.

--------------------------------------------------------------
Version History
--------------------------------------------------------------

* Version 1.1.0 - added support for lua within xml files
* Version 1.0.0 - initial release

-------------------------------------------------------------
You can find the updated version at http://www.wowinterface.com/download...fo.php?id=3971
  Reply With Quote