https://bz.apache.org/bugzilla/show_bug.cgi?id=59171
--- Comment #4 from Philippe Mouawad <[email protected]> --- (In reply to Sebb from comment #0) > The dialog is built dynamically from the methods in the > SampleSaveConfiguration class. These may be returned in any order, and on > some JVMs the order may vary. > > This is confusing. > > It would be better to generate these in a fixed order. > > One possible such order is alphabetical by title. > This makes it easy to find entries, but will vary when changing languages. > +1 for this option > Another would be to sort by property name. > That won't change with the language, but IMO does not make it quite as easy > to find the entries. YMMV. > However at least it's better than an unstable random order. > > In both cases adding a new property will generally affect the layout, as > later entries will move within the 3 column dialogue. -- You are receiving this mail because: You are the assignee for the bug.
