View Single Post
12-20-05, 03:47 AM   #1
Ravendwyr
A Flamescale Wyrmkin
 
Ravendwyr's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2005
Posts: 139
Talking A Few Things I'd Like from Nulkris Claus

Hello.

I've been a very good boy and I'd love it if you can add the following features to WoW UI Designer:

1) Automatically add .xml or .lua to a file renamed in the Project Manager if it doesn't detect the extension in the new name.
(I forgot to add the extension to a new file in my project and crashed the program when I double-clicked it to edit it. Oops!)

2) Option to turn off Smart Indenting.

3) Able to detect the Blizzard addons inside patch.mpq.

4) Detect <Include file=""> inside .xml files, and file names inside the Include field get added to the Project Manager.

With number 4, if you don't know what I mean, then here's an example (taken from Items Matrix v16):
Code:
  <Script file="localization.lua" />
  <Script file="IM_Variables.lua" /> 
  <Script file="ItemsMatrix.lua" /> 
  <Script file="IM_ShowTooltip.lua" /> 
  <Script file="IM_Search.lua" /> 
  <Script file="IM_Filters.lua" /> 
  <Script file="IM_InvChk.lua" /> 
  <Script file="IM_Options.lua" />

  <Include file="ItemsMatrix_Templates.xml" />
  <Include file="ItemsMatrix_Core.xml" /> 
  <Include file="ItemsMatrix_EditFrame.xml" /> 
  <Include file="ItemsMatrix_SearchFrame.xml" /> 
  <Include file="ItemsMatrix_InvChk.xml" /> 
  <Include file="ItemsMatrix_Options.xml" /> 
  <Include file="ItemsMatrix_MoneyOpt.xml" /> 
  <Include file="ItemsMatrix_FilterFrame.xml" />
Please?
__________________
Twitter | GitHub
  Reply With Quote