cliffrowley / atom-open-in-github-app

Atom package to open the current project in GitHub.app
MIT License
5 stars 1 forks source link

Support multiple folders #7

Closed jrsconfitto closed 9 years ago

jrsconfitto commented 9 years ago

Via http://blog.atom.io/2015/04/15/multi-folder-projects.html

cliffrowley commented 9 years ago

Oh that's cool. Had no idea Atom could do this.

cliffrowley commented 9 years ago

Hey @jugglingnutcase - just letting you know that I have just updated https://github.com/cliffrowley/atom-open-in-sourcetree to support multiple project folders, and tidied up the code a bit. I'm happy to update this package too, or equally happy for you to take a look at what I did over there and have it it yourself :-)

jrsconfitto commented 9 years ago

If you've already got something in place, let's do that. i've just got half-baked ideas and a tiny bit of code!

jrsconfitto commented 9 years ago

It looks like what you have there is what i was planning already... though you use atom-space-pen-views huh. i've seen it but never tried using it. Was it fairly easy to grasp?

cliffrowley commented 9 years ago

Yeah, though I'm only using it to pop up a list if there is more than one project folder.

jrsconfitto commented 9 years ago

That's all it needs I think. On Sun, Jun 7, 2015 at 11:35 AM Cliff Rowley notifications@github.com wrote:

Yeah, though I'm only using it to pop up a list if there is more than one project folder.

— Reply to this email directly or view it on GitHub https://github.com/cliffrowley/atom-open-in-github-app/issues/7#issuecomment-109765396 .

cliffrowley commented 9 years ago

Fixed by https://github.com/cliffrowley/atom-open-in-github-app/pull/12