Add sorting
qis opened this issue ยท 2 comments
Would it be reasonable to change the syntax to allow sorting based on instance? I'd like to do
(kr > tosl > sob) and (dps < 3 or heals==0)
instead of
(kr or tosl or sob) and (dps < 3 or heals==0)
so that KR is listed first, then ToS, then SoB.
Sorting would a nice improvement, but I do not want to do to do it via the advanced expression box. This is because the entire string is a valid logic LUA expression at the moment. Mixing it up with a custom sorting syntax would totally screw this pure concept and cause confusion.
I wonder if a power mode would be a better option for some players which features a much bigger text area and a field for entering a sort expression right below. However I currently don't have much spare time for those features.