larsxschneider / ShowInGitHub

Xcode plugin to open the GitHub page of the commit of the currently selected line in the editor window.
BSD 2-Clause "Simplified" License
239 stars 36 forks source link

ShowInGitHub only shows maximum of 3 remotes #15

Open alonecuzzo opened 10 years ago

alonecuzzo commented 10 years ago

Desired behavior: There should be a way to see all associated remotes with a repo.
Currently: I cannot select a remote outside of the 3 listed.

screen shot 2014-04-22 at 1 04 08 pm

larsxschneider commented 10 years ago

That is a very good idea. What do you think would be better? An NSTableView or a NSComboBox? Or something else?

af8g1 stripe

alonecuzzo commented 10 years ago

@larsxschneider I think a NSComboBox could do the trick, what are your thoughts?

larsxschneider commented 10 years ago

I agree. I am quite busy ATM. Would you be willing to create a PR with the change?