Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitbucket's line-jump syntax has changed #19

Open
MatthewDarling opened this issue Feb 9, 2016 · 3 comments
Open

Bitbucket's line-jump syntax has changed #19

MatthewDarling opened this issue Feb 9, 2016 · 3 comments

Comments

@MatthewDarling
Copy link

Right now, browse-at-remote specifies the line to jump to in Bitbucket like this:

#cl-108

However, the working format seems to be this:

#core.clj-108

Where "core.clj" is the name of the file. As in, for "x/y/z/core.clj", it's "core.clj", ignoring the parent directories.

@rmuslimov
Copy link
Owner

Thanks, for reporting - I'll check and fix.

@rmuslimov
Copy link
Owner

You know I just found time to take a look on this, and old way for bitbucket urls works fine now. May it was temporary issue?

@MatthewDarling
Copy link
Author

Hmm, maybe the #cl-108 doesn't do what I thought. Testing it this morning, it highlights the line in question, but without scrolling down to that line. So it does something. However, the #core.clj-108 does the highlighting, but also scrolls to that line.

Maybe there's an extra comment needed to do the scrolling?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants