#75: Addons (Public) / LuaExplorer
Status: Completed
Tag: Bug Improvement
Created by Grox Dec 12, 2023, Edited Feb 23, 2025

Error 1: File: LuaExplorer_Globals.lua Replace Line 148 -> 153 with the following:

if  type(a.text) ==  type(b.text) ==  "string" then
  return  a.text  <  b.text;
end
end);
for  n,v  in  pairs(self.typeLists) do
table.sort(v, function(a, b)
if  type(a.text) ==  type(b.text) ==  "string" then
  return  a.text  <  b.text;
end
end);

Brontes, Aug 11, 2025

Error 2: File: LuaExplorer_UIFrames.lua Replace Line 165 with: if(showHidden or pcall(value.IsVisible, value)) then

Sorry for bad formatting, Quire isn't fun for this

Brontes, Aug 11, 2025