Thread: 2.1 update
View Single Post
08/05/15, 12:14 PM   #42
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
http://wiki.esoui.com/Constant_Values has been updated to 2.1

Later usage :
  • DESACTIVATE ALL ADDONS
  • Install Dumper addon
  • /gd
  • /reloadui

Copy the constant part into a new file in Notepad++

Search/Replace:

[" (8 space before [) -> empty

"] -> empty

Use Excel
  • Paste the data
  • Sort by name
  • Copy results back to Notepad++

Search/Replace (Regular Expression) :

(\w+) \= (\w*\.?\w*), -> |-|<div id="\1">\1</div>|\2
(\w+) \= (\"\w*\"), -> |-|<div id="\1">\1</div>|\2
(\w+) \= (-\d*\.?\d*), -> |-|<div id="\1">\1</div>| \2
(\w+) \= (.*), -> |-|<div id="\1">\1</div>|\2

Search/Replace:

|-|<div -> |-\r\n|<div
</div>| -> </div>\r\n|

Add before the list :

{| class="wikitable"

Add after the list :

|}
  Reply With Quote