drracket
drracket copied to clipboard
DrRacket, IDE for Racket
Steps to reproduce: 1. Clear the definition pane (including the `#lang` line). 2. Edit > Modes > Text mode 3. Type an open parenthesis. Then this error will occur: ```...
I'm getting old and I enlarge my fonts. I noticed on the `preferences->colors->racket` screen the names of the items are not viewable if the editor font size is increased on...
I am running a program in the background which takes a lot of CPU resources, and I limited the program to run only in some cores on my PC to...
Intuitively installed DrRacket tools/extensions should take precedence over the builtin defaults, and settings that the user specifies should take precedence over that. This doesn't seem to be the case with...
Not sure wat to do with this https://github.com/racket/racket/assets/108047/e3835c9e-615d-41ce-9196-72f1461479c1 **What version of Racket are you using?** e.g., 8.11[cs] **What program did you run?** DrRacket **What should have happened?** Definitions an interactions...
Various unicode symbols fail to display anywhere in the application after being displayed in italics
Tested on Windows 11 with Racket 8.8 Steps to reproduce: 1. Open DrRacket 2. Create a new racket file 3. Paste 𝕣 into it Once this is done, [every 𝕣...
After scrolling, UI elements overlapped everywhere.
Drracket silently reach 100% CPU when open a file with infinity recursion macro: ```racket #lang racket (define-syntax (f stx) stx) f ``` It goes back to normal if I fix...
**What version of Racket are you using?** version 8.9 [cs]. **What program did you run?** Dragged two .rkt files into DrRacket, one by one, then switch between the tabs. **What...
ref #172 @rfindler update Drracket documentation: Investigate automation of screenshot capture as part of documentation build process?