racket / drracket

DrRacket, IDE for Racket
http://www.racket-lang.org/
Other
445 stars 93 forks source link

Running a program stops syntax colouring #489

Closed youssefsahli closed 3 years ago

youssefsahli commented 3 years ago

Racket 8.1 [cs] DrRacket 8.1 [cs]

To trigger it: Open a file in a new DrRacket window. Click the Run button.

Screenshot from 2021-05-26 10-35-31

soegaard commented 3 years ago

The colors show which part of your program, the tests exercised. Here you see (cons x s) in black, that means that part of the program didn't run, so you need to add an extra test.

As an experiment, you can uncomment your tests and run the program again. You ought to see more of your program colored black.

A text somewhere on the screen explaining the colors would be a helpful addition.

/Jens Axel

Den ons. 26. maj 2021 kl. 10.38 skrev Youssef Sahli < @.***>:

Racket 8.1 [cs] DrRacket 8.1 [cs]

To trigger it: Open a file in a new DrRacket window. Click the Run button.

[image: Screenshot from 2021-05-26 10-35-31] https://user-images.githubusercontent.com/4016359/119629512-5df3a400-be0e-11eb-89eb-4c56ea9956ef.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/racket/drracket/issues/489, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADQXRKDPPL5XVURSG7UVKLTPSXRVANCNFSM45RPLYEQ .

-- -- Jens Axel Søgaard