yhat / rodeo

A data science IDE for Python
Other
3.93k stars 410 forks source link

File ordering in Explorer #154

Open edoardovivo opened 9 years ago

edoardovivo commented 9 years ago

Hello, I have just started using Rodeo in a remote linux server. I noticed that the file explorer orders the files according to the last modification date. Is there any way to change that, in such a way that they are ordered by name, for example?

Thank you very much, best regards, Edoardo

glamp commented 9 years ago

not right now but what version are you using?

edoardovivo commented 9 years ago

I'm using 0.4.4. I think such a feature would greatly simplify things..

I noticed some other issues, I will post them in separate threads. Thank you very much!

TakenPilot commented 8 years ago

Just to follow up on this: I'm thinking modification date and alphabetically are the two most used sort orders. Maybe we could implement those two to begin.

I'm thinking about just an arrow in the file list headers to cause the files to be sorted by that column.