browse-at-remote icon indicating copy to clipboard operation
browse-at-remote copied to clipboard

Bitbucket's line-jump syntax has changed

Open MatthewDarling opened this issue 8 years ago • 3 comments

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.

MatthewDarling avatar Feb 09 '16 16:02 MatthewDarling

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

rmuslimov avatar Feb 09 '16 18:02 rmuslimov

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?

rmuslimov avatar Mar 05 '16 06:03 rmuslimov

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?

MatthewDarling avatar Mar 07 '16 15:03 MatthewDarling