View Single Post
09-20-05, 10:42 PM   #3
Beladona
A Molten Giant
 
Beladona's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 539
Pending Release:

Dreamweaver Extension (supports Dreamweaver MX and higher)

This extension adds several new features that will aide in developing AddOns using the popular web design application, Dreamweaver. Features include syntax coloring for lua code within lua or xml files, and code hints for xml elements.

------------------------------------------------------------------------
Current Features
------------------------------------------------------------------------
* Adds LUA as a document type within Dreamweaver
* Adds Color Coding for LUA code. These apply to lua documents, and xml documents
* Adds an XML tag library for the WOW XML elements
* Adds code hints that draw from the XML Tag Library while editing WOW XML files

--------------------------------------------------------------
Known Issues / Coming Soon
--------------------------------------------------------------
* --[[ comment blocks ]] are now colored correctly
* --comments MUST be formatted as --<space>comment (example: -- this is a comment). Unfortunately Dreamweaver cannot tell the difference between -- and --[[ so the space is needed to make them appear different to the program. (otherwise --[[ comment blocks ]] would not work correctly)
* renamed the extension, which means it will attempt to install parallel to the previous extension. Please remove the previous extension before installing this one to make sure that all configuration changes remain intact and correct. The reason for the name change was to better reflect the purpose of the extension (no longer just code coloring) as well as prepare for additional plugins to be released soon (news coming soon)

--------------------------------------------------------------
Version History
--------------------------------------------------------------
* Version 1.4.0 (1700) - updated API to 1700, changed extension name
* Version 1.3.0 (1500) - added code hints and tag library for XML files
* Version 1.2.0 (1500) - fix (workaround) for the --[[ comments ]] not being colored
* Version 1.1.0 (1500) - added support for lua within xml files
* Version 1.0.0 (1500) - initial release

Last edited by Beladona : 09-21-05 at 09:41 AM.
  Reply With Quote