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

Bitbucket url schemes updated #12

Closed darrarski closed 10 years ago

darrarski commented 10 years ago

Updated url schemes for opening files and commits in Bitbucket. I have noticed that url schemes used in the plugin are no longer valid for Bitbucket, so I prepared small fix to make linking to selected line works again with repositories hosted on Bitbucket. Currently multiline selection is not working on Bitbucket website and I have no idea if there is a fix for that issue.

larsxschneider commented 10 years ago

@darrarski Thanks for the fix! I refactored the code a little bit. Can you check if everything still works on your end? I am not a heavy bitbucket users...

darrarski commented 10 years ago

Confirmed, everything is working well for bitbucket repos at the moment.

larsxschneider commented 10 years ago

Thanks :+1: