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

Adapting the plugin for Xcode 5 (using "Source Control" menu) #18

Closed mabedan closed 8 years ago

larsxschneider commented 10 years ago

I like the idea. However, I worry that "Alcatraz" will update the plugin automatically and people will complain that the function is gone. Any idea how to make the menu change clear during an update?

mabedan commented 10 years ago

We can do one of those welcome to the new version alerts kind of thing, but it's too windows'y for me

noahemmet commented 9 years ago

+1

nickkjordan commented 8 years ago

I don't think a message popup is the way to go, rather than just to document it on the readme. As a new user, I had trouble finding it and immediately went to the docs to no avail.

larsxschneider commented 8 years ago

@nickkjordan What do you mean by "it" with "As a new user, I had trouble finding it" ? Thanks!

nickkjordan commented 8 years ago

Sorry, I meant I had trouble finding the additional "Github" tab on the menu bar.

dzenbot commented 8 years ago

Alcatraz should re-inforce good practices, and should allocate 1 menu bar specially for all plugins IMHO. Each plugin does it on its own way, it's very confusing!

dzenbot commented 8 years ago

I personally like having this plugin on its own, it's more reachable. A short-cut and/or contextual menu by right-clicking would be so much better tho.

cbowns commented 8 years ago

I'm maintaining my fork at https://github.com/cbowns/ShowInGitHub with this PR landed.

Also, please merge this!

larsxschneider commented 8 years ago

Alright. Let's see how this goes. Thanks a lot @mabedan !!