[racket-users] seeking advice on implementing a racket structure editor

2017-05-25 Thread andrew blinn
I'm looking to make a structure editor for racket code, with an eye to perhaps eventually integrating it into the DrRacket IDE. I haven't used Racket/Draw or Racket/GUI before and I'm currently evaluating their suitability for the task. In general, I'm eager for relatively simple Racket/GUI

[racket-users] event resolution for nested editor-snips in racket/gui

2017-05-31 Thread andrew blinn
I'm trying to use a assign a keypress to toggle the display of the border of an embedded editor-snip. Currently pressing the toggle key only toggles the border of the topmost snip, whereas I want to toggle the border most local to the current caret: - #lang

[racket-users] drracket migrate: package is currently installed in a wider scope

2019-01-31 Thread andrew blinn
After updating to 7.2, I got this message after trying to use the "copy from version" menu option in the package manager to restore my packages from 7.1, due to quickscript being added to the standard distribution. This seems like it should be a simple enough issue to address, but I was unable

Re: [racket-users] drracket migrate: package is currently installed in a wider scope

2019-02-01 Thread andrew blinn
bout your issue? > > Just in case, the only change is that quickscript is by default a > dependency of DrRacket, which just means that if you didn't have it before, > now you would. But it shouldn't change anything else AFAIU. > > On Thu, Jan 31, 2019, 20:28 andrew blinn wrote: