View Single Post
03-24-19, 04:05 AM   #58
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Did a major update for 8.1.5, almost everything is covered (Widget support is not full) using the proper Lua syntax based on this:
https://www.lua.org/manual/5.3/manual.html#9

The new system makes loading times around 10 times faster.

  • Removed deprecated global function/number highlights.
  • Deprecated events will only get highlighted with their corresponding API call.
  • Excluded GlueXML events from event highlighting, and auto-completion.
  • Proper coloring for inline function creation.
  • Highlight invalid string escapes and unfinished strings.
  • And many more.








Available:
Directly from Sublime's package control. (release versions only)

Or from GitHub:
https://github.com/Resike/WoWDevelopment

Last edited by Resike : 03-24-19 at 04:15 AM.
  Reply With Quote