sublime-build icon indicating copy to clipboard operation
sublime-build copied to clipboard

Jump to line seems broken?

Open natefinch opened this issue 9 years ago • 9 comments

When I double click file & line numbers in build & test output now, the editor opens the right window and scrolls to the right place, but focus stays in the output window... which is very confusing, because then I can't immediately scroll around the editor, I have to go click up there, which is an extra unnecessary step, IMO. It used to work, but seems to have broken recently (I'm on 0.9.0).

natefinch avatar Dec 04 '15 02:12 natefinch

We haven't changed anything on this package related to build output navigation, and the actual functionality is implemented in Sublime Text proper.

I'm seeing the same behavior, however since the navigation is implemented in Sublime Text, I'm not sure if we'll be able to affect it.

The one thing I want to try is to see if setting the output panel to be read only will make a difference.

wbond avatar Dec 20 '15 00:12 wbond

This seems to have resolved itself one way or another. No idea why.

natefinch avatar Dec 20 '15 03:12 natefinch

I think this is an issue with the result_file_regex definition - it looks like its matching the leading whitespace.

nuance avatar Feb 08 '16 21:02 nuance

https://go-review.googlesource.com/#/c/19360/

nuance avatar Feb 08 '16 21:02 nuance

I still have this problem. But I don't think your change is in the current source? The status at Gerrit is "merged". But I don't see this change on Github?

roelandm avatar Jan 23 '17 10:01 roelandm

I manually updated the sublime-package with your fix and it worked. So the only problem is that your fix didn't make it back to Github.

roelandm avatar Jan 23 '17 10:01 roelandm

Indeed. Compare:

https://go.googlesource.com/sublime-build/ https://github.com/golang/sublime-build/commits/master

The latest commit on Gitiles is missing from GitHub.

dmitshur avatar Jan 23 '17 14:01 dmitshur

What needs to happen to get the missing commit mirrored? Also I think a new release should be tagged to publish the fix to packagecontrol.io.

ChrisHines avatar Apr 06 '17 20:04 ChrisHines

If the Go team has abandoned the project, someone can fork it and take over the name on Package Control.

wbond avatar Apr 07 '17 00:04 wbond