At Sun, 05 Aug 2018 11:50:09 -0400, Christopher Lemmer Webber wrote:
> DrRacket includes a nice Scheme editor.  I don't need the whole
> thing... but some of it would be nice, like the paren matching.  How
> reusable is DrRacket's text editor tooling?  Reusable enough to embed in
> another application?  Or would I have to rewrite this?

You can use `racket:text%`.

I usually find that I need something a little different than
`racket:text%`, for one reason or another, but composing the right
pieces of the "framework" collection can be tricky. If `racket:text%`
isn't exactly what you want, you might look at this bit of the
"slideshow-repl" package (which embeds a Racket editor into a Slideshow
presentation) as an extra example:

https://github.com/mflatt/slideshow-repl/blob/master/slideshow/private/editor.rkt

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to