drracket
drracket copied to clipboard
DrRacket, IDE for Racket
**What version of Racket are you using?** Racket 8.3 **What program did you run?** Going to the top level menu DrRacket and select the About DrRacket menu item **What should...
**What version of Racket are you using?** Racket 8.1 CS **What program did you run?** I cannot reproduce the bug, and cannot share the student's code. A student somehow triggered...
I was thrilled to see decent unicode support in drracket but was disappointed when emojis can't render at all. Is there a configuration I missed or this is not supported...
https://user-images.githubusercontent.com/34615798/135485990-abb9e141-e784-49eb-96e6-632ad5902f75.mp4 The auto formatter currently moves single `;` comments but for `;;` it won't. Nonetheless it's kind of jarring to have comments be formatted
iBus candidate window does not display at cursor, but at bottom of screen:  See the bottom-middle of the definition panel.
I am using Racket 8.2 on windows 10, `M-C-SPACE` does not select forward S-expression, instead, it pops the window system menu because `Alt+Space` conflicts with `M-C-SPACE`. I'd like to know...
Racket 8.2 [cs] Linux ## Observed behavior Save the following code in a folder: ``` (require 2htdp/image) (circle 10 "solid" "blue") ``` Right click on the image and choose "Save...
DrRacket froze after I opened a new tab and started typing. I saved my work and closed DrRacket. When I reopened, all the text was squares, and the text in...
https://user-images.githubusercontent.com/34615798/132786676-41412862-7452-48d3-85bd-981d2b5a89da.mp4 No matter which of the 3 options I pick in the "Automatically Reload Changed Files" option, it doesn't seem like racket auto reloads changed files from a different editor...
https://user-images.githubusercontent.com/34615798/132718639-e566f7e7-d08e-4433-a645-aaffff1002bc.mp4 As you can see when I want to delete `(cons v acc)` with BACKSPACE, it surprisingly deletes the closing `)` for the lambda too! It always seems to delete...