To add to my previous message, I know and understand that DrRacket and GUI are very complex. I've been going over unit.rkt. Yeah it's a lot of code. But it's not as bad as I thought. I'm just offering a hand in making sense of it all. With enough time and patience I'm sure I'll get something out of it. Now, if you think my time would be better used for something else Racket-related, do tell.
Dex On Tue, May 5, 2020 at 6:17 PM Robby Findler <ro...@cs.northwestern.edu> wrote: > > > On Tue, May 5, 2020 at 10:36 AM Gustavo Massaccesi <gust...@oma.org.ar> > wrote: > >> I try to encourage people to participate, but be careful because this >> task is probably too big for a first contribution. GUI is difficult, >> DrRacket has a lot of moving parts, and opening DrRacket inside DrRacket is >> possible but weird. >> >> > +1 > > >> I think the guess of Matthew is correct, it´s a problem with the blue >> arrow with the docs. There is no pause while you type numbers but when you >> type a letter or +-*/... there is a pause of 1 or 2 seconds. >> >> I didn't see the code but my guess is that the docs are loaded lazily in >> a thread and when DrRackets see something like an identifier it waits until >> the thread is ready. It would be nice if the blue arrow is disabled until >> the docs are completely loaded lazily. I think Robby can tell if I'm >> correct and how hard is to fix this. >> >> > Definitely sounds like an extremely actionable hypothesis to investigate > and, if it turns out to be correct, I guess it should be a simple matter of > programming to do what you're suggesting. > > Robby > > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CACUENrKfb-Av93DdPhureK6FRA9AfGBiKqWPGb%2BAFM%2Bb6QWUQw%40mail.gmail.com.