View Single Post
12-13-15, 01:48 PM   #46
sylvanaar
A Warpwood Thunder Caller
AddOn Author - Click to view addons
Join Date: Sep 2006
Posts: 92
I decided to add a new feature for WoW to the editor. It can now automatically detect scripts in the XML files and provide highlighting and code navigation features right there in the XML. So you can ctrl/cmd click on a symbol and go there.

You could do this previously but you had to set it up yourself, and it didn't know what to do with the parameters of the script method or self. Now it does.

I only implemented the base script handlers. I'd love if someone who uses it would like to make a contribution of the other script handlers.

Anyhow, here's a sample:



Here's a link to the code that does the Lua language injection:

https://bitbucket.org/sylvanaar2/lua...e-view-default

Last edited by sylvanaar : 12-13-15 at 01:53 PM.
  Reply With Quote