![]() same information as the yellow green bubbles Before, when you typed c:x;n, drracket would look at the identifier you're on, find its binder, find all bound occurrences of that binder, sort them by position in the buffer, and then jump to the one that follows where you are. This works great for things like the "x" in "(let ([x 1]) x x)" but not so great for things like the "define" in: #lang racket (define x '(+ 1 2)) (define y '(+ 3 4)) since that would jump to the quote, since there are bindign arrows going from the "racket" to the define and to the quote. Now, since it is using information ultimately derived directly from (and only from) free-identifier=? (the arrows also come from identifier-binding, which is how we get those arrows in the second example above) you jump from the first define to the second define, which seems better. |
||
---|---|---|
.. | ||
private | ||
acks.rkt | ||
arrow.rkt | ||
check-syntax.rkt | ||
default-code-style.rkt | ||
doc.icns | ||
drracket.creator | ||
drracket.filetypes | ||
drracket.rkt | ||
drracket.utiexports | ||
drracket.wmclass | ||
info.rkt | ||
installer.rkt | ||
main.rkt | ||
pltdoc.icns | ||
sprof.rkt | ||
syncheck-drracket-button.rkt | ||
syncheck.rkt | ||
tool-lib.rkt | ||
tool.rkt |