drracket
drracket copied to clipboard
DrRacket, IDE for Racket
DrRacket 8.4 (CS) OS: Linux To reproduce: 1. Create `exist.rkt` in the current directory. ```racket #lang racket (displayln "OK") ``` 2. Verify that it runs fine `racket exist.rkt` prints OK....
This is when using the `racket-csfml` foreign library (I'm the author). All the examples work perfectly fine from the terminal and just launching them with Racket; the crash only occurs...
Today I copied this URL to my clipboard, including a trailing newline: `http://www.cs.indiana.edu/classes/c211/c211-handin.plt` Then I chose "File" -> "Install .plt File" and pasted into the "Web" tab. The "URL:" text...
This is a bug that bit some of my students who were trying to install our course software which is distributed as a package on github. In DrRacket, the File...
DrRacket 8.3 release, Windows 11 Pro 21H2 I'm working on a few tabs in DrRacket, with several pages of code in each. Once in a while, while scrolling using the...
When changing a file that is opened by the editor, the editor should detect this and reload the file. If there are local changes, the user should be prompted to...
A feature request: implement reordering of tabs via drag and drop.
Consider: ``` #lang rhombus fun | factorial(0): 1 | factorial(n): n*factorial(n-1) ``` When hovering on `*`, `n` is highlighted. Note that if we add spaces around `*`: ``` n *...
Windows version: - windows 10 - version 21H1 - 19043.1415 DrRacket version: - Racket | Windows | 64-bit x64; for Windows 7 and up, distribution for version 8.3. Bug reproduction:...
When I try to scroll the definitions area using my trackpad on musl Void Linux (x84_64, using Void package for Racket 8.3), it stutters and then goes back to where...