View Single Post
09/18/18, 06:28 AM   #38
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,971
IntelliJ API support for ESOU 100025

And here are some parse tools, based on PHP, which are able to parse the ESOUIDocumentationPxx.txt file.
You can use them to parse the txt file for a new API and build your own IntelliJ compatible lua files for autocompletion and lookup of constant values.
An addon "Dumpvars" is included so you can parse the constants from the txt, put the created file into the addon, run the addon and dump the constants + the sound names to the savedvars. Then puzt the result back into lua files for IntelliJ.
-> Credit for the parsing stuff go to "Reaby"! Thanks a lot for your work

Be sure to read the included howto txt file for more information.
Parse script sphp based for IntelliJ lua file creation + instructions
  Reply With Quote