Trend Explorer
Recent download momentum
Estimated downloads/hour over observed intervals in the last 48 hours.
Lines connect interval estimates, not hourly measurements. Unobserved time is not counted as zero or extrapolated to now.
About this addon
What it does
A lightweight World of Warcraft library designed to simplify handling UI elements within the modern Edit Mode system.
Overview
This library provides a standardized way to register frames with the Blizzard Edit Mode system, allowing for custom addons to persist positions, scales, and layouts alongside native UI elements.
Installation
For Developers (Standalone)
- Download or clone this repository into your
Interface/AddOns/folder. - Ensure the folder is named
FerrozEditModeLib.
As a Dependency
Add the following line to your addon's .toc file to ensure the library loads first:
RequiredDeps: FerrozEditModeLib
Usage
In your addon code, call the Register method. This handles the Blizzard Edit Mode registration and hooks your custom functions for entering and exiting Edit Mode.
-- Example: Registering BattleRezTracker
if FerrozEditModeLib then
FerrozEditModeLib:Register(
<ADDON>Frame, -- The frame to be managed
<ADDON>_Settings, -- Your addon's settings table (for position/scale by layout)
<ADDON>_OnEnter, -- Function called when Edit Mode opens
<ADDON>_OnExit -- Function called when Edit Mode closes
)
end
At-a-glance numbers
Performance highlights
- Peaked at Hot #15 on Aug 15, 2026.
- Peaked at Rising #383 on Aug 15, 2026.
- Featured on the Hot list across 5 distinct weeks.
- Shipped 2 releases in the last 30 days.
- Averaging 41 new downloads per day over the past week.