racket/collects/drracket/private/syncheck
Robby Findler 85f9fbbaee interactivity fix for online check syntax
commit e503850f21 broke drracket's
interactivity (for some files it could take 2 seconds to do
that one line)

This changes the bindings-table so that it maps to sets instead of
lists. Now, instead of mutating all entries in the table right after
collecting everything, just leave them as sets until we need the info
and just sort a single entry, when it is needed
2013-02-18 16:33:50 -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
contract-traversal.rkt adjust the contract obligation aspect of check syntax 2012-07-17 13:07:41 -05:00
gui.rkt interactivity fix for online check syntax 2013-02-18 16:33:50 -06:00
intf.rkt interactivity fix for online check syntax 2013-02-18 16:33:50 -06:00
local-member-names.rkt interactivity fix for online check syntax 2013-02-18 16:33:50 -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