Keyword completion doesn't seem to work on table keys.
Couldn't figure out how to make folding work for tables too.
Some weird highlight just happens when I edit code and can't always figure out why.
Moving with arrow keys between lines keeps the column even if the current line is shorter than the column.
Last two are probably from the editor but I couldn't find settings to modify them.
Images for keywords and the highlight: http://i.imgur.com/M0EF5.jpg
I would also like this. I know you can do it via /skada report, but options there are limited. Being able to report up to 25 people via shift clicking would be awesome.
look in skada.lua for
elseif UIDROPDOWNMENU_MENU_VALUE == "number" then
for i = 1,10 do
wipe(info)
info.text = i
info.checked = (Skada.db.profile.report.number == i)
info.func = function() Skada.db.profile.report.number = i end
UIDropDownMenu_AddButton(info, level)
end
0
Keyword completion doesn't seem to work on table keys.
Couldn't figure out how to make folding work for tables too.
Some weird highlight just happens when I edit code and can't always figure out why.
Moving with arrow keys between lines keeps the column even if the current line is shorter than the column.
Last two are probably from the editor but I couldn't find settings to modify them.
Images for keywords and the highlight: http://i.imgur.com/M0EF5.jpg
0
0
look in skada.lua for
Change the for line to something like
Should be fine as long as you don't select 0.