sublime-build
sublime-build copied to clipboard
Jump to line seems broken?
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).
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.
This seems to have resolved itself one way or another. No idea why.
I think this is an issue with the result_file_regex definition - it looks like its matching the leading whitespace.
https://go-review.googlesource.com/#/c/19360/
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?
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.
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.
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.
If the Go team has abandoned the project, someone can fork it and take over the name on Package Control.