[racket-users] Making a text editor

2016-01-31 Thread Kevin Forchione
Hi guys, I’ve been perusing the documentation on Racket GUI and am interested in making a text editor. Is there any source code to model from? The documentation got me started, but there are features such as indenting, line numbering and keybindings that I’m interested in implementing. I’ve

Re: [racket-users] Making a text editor

2016-01-31 Thread Vincent St-Amour
Have you looked at rmacs? https://github.com/tonyg/rmacs Vincent On Sun, 31 Jan 2016 13:42:23 -0600, Kevin Forchione wrote: > > Hi guys, > I’ve been perusing the documentation on Racket GUI and am interested in > making a text editor. Is there any source code to model from? The >

Re: [racket-users] Making a text editor

2016-01-31 Thread Jens Axel Søgaard
Perhaps you can get some ideas here? https://github.com/soegaard/bracket/blob/master/gui/racket-cas.rkt#L411 It's not the best example, but I don't know of a "Notepad" application written in Racket. /Jens Axel 2016-01-31 20:42 GMT+01:00 Kevin Forchione : > Hi guys, >