Trend Explorer
Recent download momentum
Hourly download deltas for the last 48 hours.
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 #784 on May 25, 2026.
- Peaked at Rising #923 on May 4, 2026.
- Featured on the Hot list across 5 distinct weeks.
- Shipped 1 release in the last 30 days.
- Averaging 25 new downloads per day over the past week.