realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

Scene Structure window's sorting by name is broken #722

Closed Stinkfist0 closed 10 years ago

Stinkfist0 commented 10 years ago

Tries to sort by column 1 but all the tree widget items' texts are in column 0 only.

jonnenauha commented 10 years ago

It would be great also if in EC editor one could sort by attribute name, type or the declaration index. I think the current one sorts alphabetically withe name. Sorting with type would get nice views like having all booleans in a row, I even think this might be a nice looking default sorting mode. Or devs might enjoy sorting by declaration index so they get the same order that is in the .h file.

Probably a separate issue but anyways :)

Stinkfist0 commented 10 years ago

Yup, we already had a discussion about it going on here #686