1
0
mirror of https://github.com/golang/go synced 2024-09-30 20:18:33 -06:00
go/cmd/guru
Dominik Honnef adda3a6894 cmd/guru: emacs: push mark in go-guru-definition
This allows users to swap point and mark to jump between use and
definition in the same buffer, or pop-tag-mark (M-*) to jump back to the
use even between multiple buffers.

This mirrors the behaviour of godef-jump from go-mode.

Also remove an obosolete TODO and fix a typo.

Change-Id: I614090493b565acadf359ebb4c7092f4c673fd56
Reviewed-on: https://go-review.googlesource.com/20303
Reviewed-by: Alan Donovan <adonovan@google.com>
2016-03-07 15:33:11 +00:00
..
serial cmd/guru: compute referrers as packages are type checked 2016-03-04 21:13:08 +00:00
testdata/src cmd/guru: compute referrers as packages are type checked 2016-03-04 21:13:08 +00:00
callees.go cmd/guru: fix bad import, and run gofmt 2016-02-12 03:58:01 +00:00
callers.go cmd/guru: call{ers,stack}: avoid pointer analysis where possible 2016-02-12 23:38:00 +00:00
callstack.go cmd/guru: call{ers,stack}: avoid pointer analysis where possible 2016-02-12 23:38:00 +00:00
definition.go cmd/guru: make fastQueryPos indirect through the -modified map 2016-03-03 19:00:43 +00:00
describe.go cmd/guru: fix nil dereference in describe 2016-03-01 22:59:02 +00:00
emacs-test.bash cmd/guru: in Emacs, change 'definition' to jump directly 2016-02-15 17:57:16 +00:00
freevars.go cmd/guru: freevars: reenable test of labels (and improve output) 2016-02-12 03:59:51 +00:00
go-guru.el cmd/guru: emacs: push mark in go-guru-definition 2016-03-07 15:33:11 +00:00
guru_test.go cmd/guru: fix tests 2016-02-25 22:51:33 +00:00
guru.go cmd/guru: make fastQueryPos indirect through the -modified map 2016-03-03 19:00:43 +00:00
guru.vim cmd/guru: clean ups to command-line interface 2016-02-12 21:50:49 +00:00
implements.go cmd/guru: fix bad import, and run gofmt 2016-02-12 03:58:01 +00:00
main.go cmd/guru: allow foo/... and -foo patterns in scope argument 2016-02-22 20:17:58 +00:00
peers.go cmd/guru: fix bad import, and run gofmt 2016-02-12 03:58:01 +00:00
pointsto.go cmd/guru: fix bad import, and run gofmt 2016-02-12 03:58:01 +00:00
pos.go cmd/guru: make fastQueryPos indirect through the -modified map 2016-03-03 19:00:43 +00:00
referrers.go cmd/guru: compute referrers as packages are type checked 2016-03-04 21:13:08 +00:00
what.go cmd/guru: make fastQueryPos indirect through the -modified map 2016-03-03 19:00:43 +00:00
whicherrs.go cmd/guru: rename oracle to guru, copying it to a single package 2016-02-12 03:38:58 +00:00