2015-06-02 12:33 GMT+02:00 Peter Uhnák <i.uhnak@gmail.com>:
Hi,
is it possible to sort repositories in monticello browser? When I have many (20+) packages it is quite hard to find any one. :(
Or perhaps even swap repository names around...
so instead of http://smalltalkhub.com/#!/~Moose/PetitParser/ github://Uko/QualityAssistant:v0.4.1 gitfiletree:///home/.../me/my-project master
there would be something like
Moose/PetitParser (SmalltalkHub) Uko/QualityAssistant [v0.4.1] (GitHub)
me/my-project [master] (GitFileTree)
Good idea. I'll have a look into doing that.
and of course sorted by alphabet.
Hum. Alphabetical order on what? That is, to take your example me/my-project, should it be done on 'me' or on 'my-project'? At the moment, repositories ordered by time of addition in your image has a 'known' behavior: your own repositories come last (and to find them, you just have to look last). Alphabetical ordering would make a mess of that. Could your ordering be solved by just having more readable entries (the entries you suggest)? Thierry
Thanks, Peter