Download
(4Kb)
Download
Updated: 04-06-10 07:45 AM
Pictures
File Info
Updated:04-06-10 07:45 AM
Created:unknown
Downloads:20,338
Favorites:128
MD5:

TidyMinimap  Popular! (More than 5000 hits)

Version: 0.8
by: Chrippa [More]

TidyMinimap is a small addon that will tidy your minimap by moving all the custom buttons into it's own frame. I wrote this addon because I wanted similar functionality as FuBar plugins but without FuBar.

There is no in-game configuration, all settings are in the Settings.lua file to keep it simple.

There is a slash command (/tidy) that gives you the name of the minimap button you're currently hovering with your mouse. Use this to add buttons that are not automatically picked up to the Settings.lua.

When upgrading, don't overwrite Settings.lua if you want to keep your old settings.



Workaround for the CT minimap buttons (thanks to woowoowoo):
Edit the CT_Core\CT_Core.lua file and change line 112 from:
minimapFrame = module:getFrame(minimapFrameSkeleton);
to
minimapFrame = module:getFrame(minimapFrameSkeleton, nil, "CTMod2_MinimapButton");

Once you changed that, just add ['CTMod2_MinimapButton'] = true, to your settings.

0.8 (2010-04-04):
- Fixed a bug that broke TidyMinimap when trying to hide borders.


0.7 (2009-12-14):
- Updated for patch 3.3.
- Replaced deprecated :GetFrameType() call with :GetObjectType()


0.6 (2008-11-11):
- Fixed bug introduced in 0.5.
- Added slash commands suggested by Spellshaper:

scan: Force TidyMinimap to look for minimap buttons
name: Prints the name of the frame you're currently hovering

Use with '/tidy command'.
If no command is specified it defaults to the 'name' command.


0.5 (2008-11-10):
- Updated TOC for patch 3.0.
- Improved button scanning once again.


0.4 (2008-07-20):
- Updated with fixes for patch 2.4.3.
- Hiding borders are now optional, defaults to false.


0.3 (2007-07-22):
- Rewrote most of the code to make it easier to read and more
efficient.

- Should pick up more buttons. Though, still haven't figured out
a way to pick up the CT addon buttons. They are technically not
minimap buttons (doesn't have the minimap set as their parent).

- Now supports minimap buttons created by addons loaded on demand.

- Moved the frame to bottom of the minimap and turned off nudge in
the default settings.


0.2 (2007-06-22):
- Split the config from the main file (when upgrading, make backup
from the old file if you're not using default settings).

- Added a slash command. Type /tidy when hovering a minimap button
that is not moved correctly, it will display it's name to be put
into the config file.


0.1 (2007-06-18):
- First release.
Optional Files (0)


Post A Reply Comment Options
Unread 04-30-10, 12:24 PM  
Lord_Doom
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 9
Uploads: 1
[06:46:22] Interface\FrameXML\UIDropDownMenu.lua:693: DropDownList1:SetPoint(): Couldn't find region named 'TidyMinimapLeft'
(tail call): ?
[C]: ?
[C]: in function `SetPoint'
Interface\FrameXML\UIDropDownMenu.lua:693: in function `ToggleDropDownMenu'
[string "*:OnClick"]:1: in function <[string "*:OnClick"]:1>
I was also getting this error til I found out that there was some invisible map buttons/frames by using /tidy, so I added these to the skip part in settings.lua

Code:
['MiniMapLFGFrameDropDownButton'] = true,
['MiniMapBattlefieldDropDownButton'] = true,
['MiniMapTrackingDropDownButton'] = true,
Then the problem went away
Report comment to moderator  
Reply With Quote
Unread 06-01-10, 08:22 AM  
bvcyp
A Kobold Labourer

Forum posts: 0
File comments: 29
Uploads: 0
I´m using pMinimap and want to move the hole tidyminimap bar to the lower side of my screen. How can I do that?
Report comment to moderator  
Reply With Quote
Unread 09-13-10, 08:34 AM  
weasoug
A Flamescale Wyrmkin
 
weasoug's Avatar
AddOn Author - Click to view AddOns

Forum posts: 127
File comments: 319
Uploads: 11
Originally posted by bvcyp
I´m using pMinimap and want to move the hole tidyminimap bar to the lower side of my screen. How can I do that?
in TidyMinimap settings.lua

change to

pos = 'BOTTOMRIGHT#Minimap#BOTTOMRIGHT#0#-60',
it worked with my Minimap addon. so it should be the same.
__________________
wMmap :: Is a lightweight Minimap, with a sleek look & custom imagery.
wIn1 :: In one addon. and is very lightweight & simple to use.
wChat :: Is a lightweight chat mod.
wBroker :: Is A simple broker add-on.
wPetXPBar :: Is A simple lightweight Pet XP Bar.
wBuffs :: Is A simple Buffs Bar.
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 08:07 AM  
faszi
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
is it possible to change the space between the buttons?
and what about 2 rows of buttons?
Report comment to moderator  
Reply With Quote
Unread 10-28-16, 10:50 AM  
the_sober
A Kobold Labourer

Forum posts: 0
File comments: 46
Uploads: 0
this still work? any similar addon?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: