racket/collects/drracket/private/syncheck
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
..
annotate.rkt add tooltips at the start and end of arrows indicating how many references 2012-07-30 21:46:22 -05:00
blueboxes-gui.rkt make sure there is a dc before trying to size text 2012-11-25 13:19:47 -06:00
colors.rkt Added online expansion and compilation of files 2011-08-02 16:28:16 -05:00
contract-traversal.rkt adjust the contract obligation aspect of check syntax 2012-07-17 13:07:41 -05:00
gui.rkt adjust check syntax so it highlights all identifiers with the same 2013-01-31 10:58:04 -06:00
intf.rkt bring back the syncheck:add-rename-menu method in a way 2013-01-30 20:47:55 -06:00
local-member-names.rkt bring back the syncheck:add-rename-menu method in a way 2013-01-30 20:47:55 -06:00
online-comp.rkt fixes the responsiveness optimization disabled in 2013-01-29 19:02:32 -06:00
traversals.rkt fixes the responsiveness optimization disabled in 2013-01-29 19:02:32 -06:00
xref.rkt remove fancy delay dance around load-collections-xref 2012-12-26 22:37:45 -06:00