prrrnd / atom-git-projects

List and open your local Git projects in Atom.
MIT License
37 stars 18 forks source link

Show recent projects #32

Closed sberan closed 9 years ago

sberan commented 9 years ago

Puts recent projects at the beginning of the list, and shows them while the others are loading!

prrrnd commented 9 years ago

I think it's a good idea, but we should maybe add the possibility to enable/disable this feature in the package settings. It can be confusing to some users as it "breaks" the sort order defined by the other setting. Also, a small thing – It would be good to remove the trailing semicolons and the unnecessary fat arrows (=>) Thanks again for the awesome work, @sberan !

sberan commented 9 years ago

@prrrnd - good idea, I've added a config setting for this. I also removed some semicolons, I didn't notice any extra fat arrows, but I'm pretty new to coffeescript. Let me know if this needs any other changes!

prrrnd commented 9 years ago

Hi @sberan . I have actually removed the fat arrows and trailing semicolons yesterday in https://github.com/prrrnd/atom-git-projects/commit/ea2019d1c0dfe4dcc8e5ad05357cb7a2e2e919c7. Sorry I didn't mention it afterwards. I'll have a look at your changes as soon as I have some time :+1:

prrrnd commented 9 years ago

Some others idea related to this new feature..

Let me know if you're interested in working on those, otherwise I can give it a try later :)

prrrnd commented 9 years ago

Hi, I think we'll go with this solution instead. Thanks for your work though :+1: