racket/collects/drracket
Robby Findler a3cde5fb42 adjust check syntax so it highlights all identifiers with the same
binding site (with a green/yellow bubble) when the mouse moves over
any one of them

This change comes about because of the recent fixes to the
interactivity wrt to the rename menu. Basically, in order to fix the
bug (but still preserve the interactivity optimization), check syntax
changed from sending the information "here is a place to offer a
rename for these identifiers" to "here is a set of identifiers that
are all free-identifier=?" (the difference being that the latter does
not imply you got them all (which enables the optimization) and that
the information is slightly less rename-menu specific (which enables
the change in this commit))
2013-01-31 10:58:04 -06:00
..
private adjust check syntax so it highlights all identifiers with the same 2013-01-31 10:58:04 -06:00
acks.rkt extflonums 2013-01-28 18:17:06 -07:00
arrow.rkt
check-syntax.rkt bring back the syncheck:add-rename-menu method in a way 2013-01-30 20:47:55 -06:00
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 Added lock-icon 2012-06-26 15:00:05 -06:00
syncheck.rkt
tool-lib.rkt adjust drracket so check syntax can add its preferences itself 2013-01-08 01:01:40 -06:00
tool.rkt