Skip to content

Commit

Permalink
Prepared for CF upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tflo committed Dec 31, 2022
1 parent b30835d commit c3f6a50
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
8 changes: 6 additions & 2 deletions EditBox-Font-Improver.toc
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
## Interface: 100002
## Title: EditBox Font Improver
## Version: 1.0.0
## Version: 1.0.1
## Notes: Lets you set your custom font, font size and style for the edit boxes of: Blizz’s macro frame, OPie, M6, and WoWLua.
## Author: Mot

# Dependencies:
## OptionalDeps: M6, OPie, ImprovedMacroFrame, Blizzard_MacroUI, WowLua
# LoadWith:
## DefaultState: enabled
## Author: Mot

## X-Wago-ID: lQNlO3Ge
## X-Curse-Project-ID: 784773

# SavedVariables:
# SavedVariablesPerCharacter:

Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 1.0.1 (2022-12-31)
- toc: Added CF ID
- Minor changes to readme
- Cleaned up some old commented stuff

### Version 1.0.0 (2022-11-18)
- toc: update for 10.0.2

Expand Down
13 changes: 1 addition & 12 deletions main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local targets = {
ABE_MacroInput, -- 'OPie'; the edit box for custom macro buttons
MacroFrameText, -- 'Blizzard_MacroUI'; also affects 'ImprovedMacroFrame' (toc!)
WowLuaFrameOutput, -- 'WowLua'; output box
-- MacroManager does not work bc the frame is not visible. It _is_ visible though if run in-game, from WoWLua or macro. TODO: find out why.
-- MacroManager does not work bc the frame is not visible. It _is_ visible though if run in-game, from WoWLua or macro.
-- MacroManagerMultiLineEditBox1Edit, -- 'MacroManager'; new addon 2022-10
}

Expand All @@ -45,17 +45,6 @@ end
-- This is not a frame, so we want to make sure it exists
if WowLuaMonoFont then WowLuaMonoFont:SetFont(font, WowLua_DB.fontSize, flags) end

-- local f = CreateFrame('Frame')
-- f:RegisterEvent('PLAYER_LOGIN')
-- f:SetScript('OnEvent', function()
-- for _, t in pairs(targets) do
-- t:SetFont(font, size, flags)
-- end
-- if WowLuaMonoFont then
-- WowLuaMonoFont:SetFont(font, WowLua_DB.fontSize, flags)
-- end
-- MacroManagerMultiLineEditBox1Edit:SetFont(font, size, flags)
-- end)

--[[ Notes for the User ========================================================
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ You can also set font size and font flags in `main.lua`. You have more instructi

By default, the addon changes the font only of the addons I am using (see above). If you have another addon with an unsuitable font in the edit box, you can try to add the frame to the list. Find more instructions in `main.lua`.

Feel free to make suggestions in the Issues on the addon’s Github page.
---

Feel free to post suggestions or issues in the [GitHub Issues](https://github.com/tflo/PetWalker/issues) of the repo!
__Please do not post issues or suggestions in the comments on Curseforge.__

0 comments on commit c3f6a50

Please sign in to comment.