Commit Graph

9 Commits

Author SHA1 Message Date
Robby Findler
2559cc2800 improve the interactivity of DrRacket's search
Changes the implementation of highlight-range so that it
only recomputes all of the new locations from the positions
when on-reflow is called (otherwise only computing the
relevant ones) and make the on-reflow callback chop itself
up, in case there are lots of highlighted ranges to avoid
tying up the event loop.

Changes searching so that it doesn't neccessarily compute
the entire search results in a single event callback
(but also make it start the computation more aggressively)

Overall, this changes the strategy from one that, for any potentially
long-running callback, just tried to push it off into the future, into
a strategy that tries to avoid long-running callbacks by breaking the
work up into chunks, but starting the first chunk immediately (in a
low-priority callback).

Also, misc other changes to make this work better and generally clean
things up.

original commit: 5197649cb7556abd96282d3a838c4ba4f7c8de8c
2012-11-25 20:58:13 -06:00
Eli Barzilay
950c968e77 ".ss" -> ".rkt" scan done.
original commit: 3157955d40f89d83fb3d5fa7a2f20639cda69579
2011-07-02 10:37:53 -04:00
Robby Findler
4c89ce420d adjust the framework test suite so that queue-sexp-to-mred catches and propogates exceptions
original commit: 62c961410cb8b865f3ae0feda125b3fbc75d48d2
2011-02-15 18:10:00 -06:00
Robby Findler
674aa7b304 what happened here?
original commit: bf031be73e97771b8d45fbb257d912f0e54f32ec
2011-01-07 09:23:51 -06:00
Robby Findler
24a195eee2 make the framework test suite only modify gui objects on the eventspace handler thread
original commit: a32adbe7db6e8302bbd2bf0d21b6ad9cb04ad0d1
2011-01-07 06:39:27 -06:00
Robby Findler
8cf124a6f3 fixed up panel:dragable so that it actually does the right thing now
adjusted the framework test suite so that it runs under windows
closes PR 10880

original commit: 900d74714e1b24b2bfbdcf13099a6d7dc5661dd5
2010-12-31 09:58:51 -06:00
Eli Barzilay
3efca9178e Rename "collects/tests/mred" -> ".../gracket".
Some additional mred-related tweaks.

original commit: fcedc30ee4787d955adab3e0e656332812685e25
2010-05-17 01:44:27 -04:00
Eli Barzilay
ae0eb104c5 A lot of "MrEd" -> "GRacket"s.
original commit: 7f6efdc8beea4b81af31807f9788197c24d0d63e
2010-05-16 23:46:05 -04:00
Matthew Flatt
5adf804728 rename all files .ss -> .rkt
original commit: 28b404307793f041bb3363135a2968e283855318
2010-04-27 16:50:15 -06:00