guide-me / GuideMe

an interactive story viewer
MIT License
4 stars 8 forks source link

Guide pref sort order #23

Closed philormand closed 9 years ago

philormand commented 9 years ago

[*]Guide preferences are grouped by type (string, number, bool). This makes it impossible to group related preferences. Can we have a mechanism to lay this out more like application preferences? Perhaps an order=n attribute? For example, if I set up 3 preferences which include a min and max time for something I could have

<pref order="2" key="ActivityMin" value="30" />
<pref order="3" key="ActivityMax" value="60" />
philormand commented 9 years ago

sortOrder attribute added to guide preference node screen changed to remove grouping by type