Re: [racket] Extending definitions window as part of #lang

2013-07-23 Thread Robby Findler
If I understand correctly, you need to actually make a drracket plugin, since you want to change the way DrRacket behaves. DrRacket does let you customize some things by specifying properties as part of a new #lang, but not arbitrary mixins of the definitions text. Robby On Tue, Jul 23, 2013 at

[racket] Extending definitions window as part of #lang

2013-07-23 Thread Jonathan Schuster
I'm currently trying to write a #lang with a built-in analysis visualization in DrRacket. The idea is that when I open a program written in this #lang, a "Run Analysis" button should appear. When the button is clicked, it should run the analysis and draw syntax-check-like arrows in the definitions