Download
(33Kb)
Download
Updated: 12-19-13 09:38 PM
Pictures
File Info
Updated:12-19-13 09:38 PM
Created:10-26-11 01:06 PM
Downloads:11,704
Favorites:82
MD5:
Categories:Miscellaneous, Data Mods, Graphic UI Mods

stAddonManager  Popular! (More than 5000 hits)

Version: v1.3.1
by: Safturento [More]

stAddonManager is a very simplistic addon that allows you to enable and disable addons without having
to log out. It has a search function for added convenience in finding a specific addon. To toggle the window, use any of the three slash commands (/stam, /staddonmanager, /staddon) or press escape and press the stAddonManager button in the Game Menu.

Profiles:
Enable All Enables every addon in the list
Disable All Disables every addon in the list
New Profile Allows you to create a new profile, and saves the currently enabled addons to that profile.
Set This will enable only the addons in the profile. (Hold shift to add this profile to the currently enabled addons)
Remove This will disable the addons in the profile.
Delete Allows you to delete the profile if you don't want it anymore.
Update Allows you to update the profile.

To see the change-log click here

Git Commit Summary: https://github.com/Safturento/stAddonManager
Optional Files (0)


Post A Reply Comment Options
Unread 11-11-12, 10:30 PM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 64
Uploads: 5
Originally Posted by Kendian
I was more of a fan of the class color highlight on buttons, but that's a small thing. I wanted to drop a line and say thanks for this add on... It's functionality and its look, now, makes it a core add on for me. Keep up the good work~
I'm currently working on a much larger scale addon and in the process I'm learning all about aceconfig, so whenever I get the time I'll be redoing the config in ace and will have a much better config with the ability to change all of the aesthetics.

Also, aurora support was re-added this morning.
Last edited by Safturento : 11-11-12 at 10:30 PM.
Report comment to moderator  
Reply With Quote
Unread 11-18-12, 10:42 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Originally Posted by Safturento
Also, aurora support was re-added this morning.
Thank you
Waiting patiently for addon "notes" when mouseover the buttons
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 11-18-12 at 10:42 AM.
Report comment to moderator  
Reply With Quote
Unread 11-29-12, 10:02 PM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 64
Uploads: 5
Report comment to moderator  
Reply With Quote
Unread 11-30-12, 07:40 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Thanks for the update!
Personaly i don't like the cursor tooltip because its overlaping the AddOn names so I set it to this:
Lua Code:
  1. GameTooltip:SetOwner(button, 'ANCHOR_LEFT', -20, -20)
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 11-30-12 at 07:44 PM.
Report comment to moderator  
Reply With Quote
Unread 12-02-12, 05:22 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
localization

Will you add back localization?
This is the old one from v1.3.3-7865762
If you tell me the new one I'll add german = deDE

Code:
local ADDON_NAME = ...

local ns = select(2, ...)

local L = {}
local Locale = GetLocale()

L.Search = "Search"
L.ReloadUI = "Reload UI"
L.Profiles = "Profiles"
L.New_Profile = "New Profile"
L.Enable_All = "Enable All"
L.Disable_All = "Disable All"
L.Profile_Name = "Profile Name"
L.Set_To = "Set To.."
L.Add_To = "Add To.."
L.Remove_From = "Remove From.."
L.Delete_Profile = "Delete Profile.."
L.Confirm_Delete = "Are you sure you want to delete this profile? Hold down shift and click again if you are."

if Locale == "deDE" then
	L.Search = "Suchen"
	L.ReloadUI = "Reload UI"
	L.Profiles = "Profils"
	L.New_Profile = "Neues Profil"
	L.Enable_All = "Alle An"
	L.Disable_All = "Alle Aus"
	L.Profile_Name = "Profil Name"
	L.Set_To = "Aktivieren.."
	L.Add_To = "Hinzuf\195\188gen zu.."
	L.Remove_From = "Entfernen von.."
	L.Delete_Profile = "Profil L\195\182schen"
	L.Confirm_Delete = "Bist du dir sicher das du dieses Profil l\195\182schen m\195\182chtest? Dann halte Shift gedr\195\188ckt und klicke nochmals."
end

if Locale == "frFR" then
	L.Search = "Rechercher"
	L.ReloadUI = "Recharger UI"
	L.Profiles = "Profils"
	L.New_Profile = "Nouveau profil"
	L.Enable_All = "Activer tous"
	L.Disable_All = "D\195\169sactiver tous"
	L.Profile_Name = "profil nom"
	L.Set_To = "Mettez \195\160.."
	L.Add_To = "Ajouter \195\160.."
	L.Remove_From = "Retirer de.."
	L.Delete_Profile = "Supprimer le profil"
	L.Confirm_Delete = "Etes-vous sūr de vouloir supprimer ce profil? Maintenez la touche Shift et re-cliquez si vous źtes sūr."
end

ns.L = L
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 12-02-12 at 05:26 PM.
Report comment to moderator  
Reply With Quote
Unread 12-05-12, 03:46 PM  
lwoodya
A Kobold Labourer

Forum posts: 0
File comments: 27
Uploads: 0
font change

Is there a way to change the font, I find the current one a bit hard to read. I looked in the lua, but the font reference seemed coded beyond what I could make out. Is there an easy way to change it to something like Ariel or Times?
Report comment to moderator  
Reply With Quote
Unread 12-08-12, 08:49 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Re: font change

Originally Posted by lwoodya
Is there a way to change the font, I find the current one a bit hard to read. I looked in the lua, but the font reference seemed coded beyond what I could make out. Is there an easy way to change it to something like Ariel or Times?
go into api.lua
on the top you see this:
Code:
API.pixelfont = {format('Interface\\AddOns\\%s\\media\\visitor.ttf', addon), 12, 'MONOCHROMEOUTLINE'}
API.normalfont = {'Fonts\\FRIZQT__.TTF', 10, 'THINOUTLINE'}
replace with this
Code:
API.pixelfont = {format('Fonts\\FRIZQT__.TTF', addon), 13, 'THINOUTLINE'}
API.normalfont = {'Fonts\\FRIZQT__.TTF', 11, 'THINOUTLINE'}
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 12-08-12 at 08:50 PM.
Report comment to moderator  
Reply With Quote
Unread 12-22-12, 10:14 PM  
nummy
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
awesome addon

I like what you have so far. Hopefully, your next version will add the stuff that I love about outdated Too Many Addons (profiles per character, easier to see which addon sets are loaded).

http://www.wowinterface.com/download...anyAddons.html
Report comment to moderator  
Reply With Quote
Unread 01-08-13, 02:34 PM  
Vesuuvius
A Defias Bandit

Forum posts: 2
File comments: 22
Uploads: 0
Locking Addons?

Is there a way to lock addoons that are a part of every profile, like ElvUI and it's parts?
Report comment to moderator  
Reply With Quote
Unread 12-18-13, 08:21 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Addon Button

I'm still a great fan of your stAddonManager but today its broken a bit. Blizzard added a new "Store" Button to the ESC game menu and the "Addons" button is now melt together with the Logout and Macros button. Since we already have access to the blizzard shop with the mico menu (and this now button is just for blizzard to make money) it woud be great if you coud replace the Shop button with the stAddonManager button.
It woud be very cool if you coud fix this asap. Thank you very much!
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 12-19-13, 04:11 PM  
Udangul
A Kobold Labourer
 
Udangul's Avatar

Forum posts: 0
File comments: 7
Uploads: 0
Cheers!

Thanks for the update!


update:
The new versions are not saved profiles. Returned to v1.2.5
Last edited by Udangul : 12-19-13 at 04:43 PM.
Report comment to moderator  
Reply With Quote
Unread 12-19-13, 09:39 PM  
Safturento
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 13
File comments: 64
Uploads: 5
I just updated to 1.3.1 due to all of the problems with 1.3. I have updated directly from 1.2.5 code to fix the esc menu, and have also made "use pixel font" false by default. Sorry for all of the issues. =\
Last edited by Safturento : 12-19-13 at 09:40 PM.
Report comment to moderator  
Reply With Quote
Unread 12-19-13, 11:22 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
1.3.1 everything seems to works fine again, thank you!
For the next update I'd suggest to remove the border of the X button as you had it in the v1.3 version because the X is a bit offset in it and the X its looking very squeeze in there
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 12-20-13, 09:05 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Ok still using 1.3.1 but there is a small problem. The first time you open the addon manager after login it shows pixel fonts at some of the buttons and the caption:
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 12-22-13, 11:42 PM  
zasy99
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
Scroll Bar

Nice except it really needs a scroll bar for fast paging up and down when one has a lot of addons or I'm gonna quickly wear out my mouse wheel
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: