View Single Post
06-09-17, 12:04 PM   #1
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
WoWDevelopment Sublime Package

I updated the auto completion and syntax highlighting for WoW API Sublime package created by fRodzet, original forum here.

So whats new?
  • Added every global functions from the global namespace.
  • Added every event name.
  • Added every global constants.
  • Added every misc functions for widets (frameType, Anchors, Buttons, Strata levels, Layers, Blend modes).
  • Added Lua Enumeration globals.
  • XML support for Lua code in the script type tags.
  • Some helper snippets.
  • A new scheme. (Yep thats my scheme)

The syntax highlighing is a lot smarter and it does not depends on the default lua syntax at all. The XML one still reuses everything from the default XML syntax.

The Syntax have:
  • Support for inline anonymus functions, with proper argument coloring.
  • Highlight for: self and this.
  • Things like local string or frame.string will not color string as a global lua function.

You install it and use it the same way as before. (Sublime Package support coming soon™)

After i dump the snippet files into one big sublime-completions file, it would be nice if you guys could help me parametering the remaining API functions. Because there are a lot of them! (16k files)

Please report back any weirdness.

Download

Last edited by Resike : 06-09-17 at 03:50 PM.
  Reply With Quote