API version 100007
katkat42 [06-27-14 - 21:08]
diff --git a/AddonClearer.txt b/AddonClearer.txt
index e98b110..3ad26e4 100644
--- a/AddonClearer.txt
+++ b/AddonClearer.txt
@@ -1,7 +1,7 @@
-## Title: AddonClearer
-## Author: Wobin
-## Version: 2.1
-## APIVersion: 100004
+## Title: |cFFFFB0AddonClearer|r by |c00C000Wobin & CrazyDutchGuy|r
+## Author: CrazyDutchGuy and Wobin
+## Version: @project-version@
+## APIVersion: 100007
## SavedVariables: AddonClearerSV
AddonClearer.lua
diff --git a/AddonClearer.xml b/AddonClearer.xml
index 370ee90..c66e3f9 100644
--- a/AddonClearer.xml
+++ b/AddonClearer.xml
@@ -1,22 +1,22 @@
<GuiXml>
- <Controls>
- <TopLevelControl>
- <Controls>
- <Control name="ClearAddonButton" inherits="ZO_DialogButton">
- <Anchor point="RIGHT" relativeTo="ZO_AddOnsReloadUIButton" relativePoint="LEFT" offsetX="-35" />
- <OnInitialized>
- self:SetParent(ZO_AddOns)
- ZO_KeybindButtonTemplate_Setup(self, "ADDONS_CLEAR_ALL", function() AddonClearer:SetAddons(false) end, "Unselect All")
- </OnInitialized>
- </Control>
- <Control name="SelectAddonButton" inherits="ZO_DialogButton">
- <Anchor point="LEFT" relativeTo="ZO_AddOnsReloadUIButton" relativePoint="RIGHT" offsetX="35" />
- <OnInitialized>
- self:SetParent(ZO_AddOns)
- ZO_KeybindButtonTemplate_Setup(self, "ADDONS_SELECT_ALL", function() AddonClearer:SetAddons(true) end, "Select All")
- </OnInitialized>
- </Control>
- </Controls>
- </TopLevelControl>
- </Controls>
+ <Controls>
+ <TopLevelControl>
+ <Controls>
+ <Control name="ClearAddonButton" inherits="ZO_DialogButton">
+ <Anchor point="TOPLEFT" relativeTo="ZO_AddOnsList" relativePoint="BOTTOMLEFT" offsetY="5" />
+ <OnInitialized>
+ self:SetParent(ZO_AddOns)
+ ZO_KeybindButtonTemplate_Setup(self, "ADDONS_CLEAR_ALL", function() AddonClearer:SetAddons(false) end, "Unselect All")
+ </OnInitialized>
+ </Control>
+ <Control name="SelectAddonButton" inherits="ZO_DialogButton">
+ <Anchor point="TOP" relativeTo="ZO_AddOnsList" relativePoint="BOTTOM" offsetY="5" />
+ <OnInitialized>
+ self:SetParent(ZO_AddOns)
+ ZO_KeybindButtonTemplate_Setup(self, "ADDONS_SELECT_ALL", function() AddonClearer:SetAddons(true) end, "Select All")
+ </OnInitialized>
+ </Control>
+ </Controls>
+ </TopLevelControl>
+ </Controls>
</GuiXml>
\ No newline at end of file
diff --git a/README b/README
new file mode 100644
index 0000000..37685a4
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+This Add-on is not created by, affiliated with or sponsored by ZeniMax Media Inc. or its affiliates. The Elder Scrolls® and related logos are registered trademarks or trademarks of ZeniMax Media Inc. in the United States and/or other countries. All rights reserved.
\ No newline at end of file
diff --git a/bindings.xml b/bindings.xml
index e6733e8..9da99a6 100644
--- a/bindings.xml
+++ b/bindings.xml
@@ -1,12 +1,12 @@
-<Bindings>
- <Layer name="Addons">
- <Category>
- <Action name="ADDONS_CLEAR_ALL" hideAction="true" inheritsBindFrom="UI_SHORTCUT_PRIMARY">
- <Down>AddonClearer:SetAddons(false)</Down>
- </Action>
- <Action name="ADDONS_SELECT_ALL" hideAction="true" inheritsBindFrom="UI_SHORTCUT_TERTIARY">
- <Down>AddonClearer:SetAddons(true)</Down>
- </Action>
- </Category>
- </Layer>
+<Bindings>
+ <Layer name="Addons">
+ <Category>
+ <Action name="ADDONS_CLEAR_ALL" hideAction="true" inheritsBindFrom="UI_SHORTCUT_SECONDARY">
+ <Down>AddonClearer:SetAddons(false)</Down>
+ </Action>
+ <Action name="ADDONS_SELECT_ALL" hideAction="true" inheritsBindFrom="UI_SHORTCUT_TERTIARY">
+ <Down>AddonClearer:SetAddons(true)</Down>
+ </Action>
+ </Category>
+ </Layer>
</Bindings>
\ No newline at end of file