FerrozEditModeLib

Libraries

This library provides a standardized way to register frames with the Blizzard Edit Mode system

WoW 12.0.5 Maintained

Trend Explorer

Recent download momentum

Hourly download deltas for the last 48 hours.

Latest hour +0 Jun 2, 11 AM
Peak hour +33 Jun 3, 9 AM
Average +1 per hour

About this addon

What it does

FerrozEditModeLib

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)

  1. Download or clone this repository into your Interface/AddOns/ folder.
  2. 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.

Discover more

Keep exploring

Similar addons you might also want to check out.