What steps will reproduce the problem?
1. Open the preference page "Thematic grids"
2. Choose a thematic grid.
3. Select and deselect thematic roles.
What is the expected output? What do you see instead?
I expect to see the verbs in the same ordering after each click on a role. But
they are rearranged.
I believe the reason for that is that the verbs a collected in a HashSet and a
set don't have an ordering. Solve this by putting all verbs into a list and
order them alphabetically. Then put them into the textfield.
Please use labels and text to provide additional information.
Original issue reported on code.google.com by krauseda...@web.de on 30 Oct 2012 at 3:41
Original issue reported on code.google.com by
krauseda...@web.de
on 30 Oct 2012 at 3:41