[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 done a bit of searching 
online and see that we’ve got examples using the 2htdp packets and a VI 
graphical editor, but nothing that quite fits the bill for what I’m doing. 

Any pointers are appreciated!

-Kevin

-- 
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.


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 
> documentation got me started, but there are features such as indenting, line 
> numbering and keybindings that I’m interested in implementing. I’ve done a 
> bit of searching online and see that we’ve got examples using the 2htdp 
> packets and a VI graphical editor, but nothing that quite fits the bill for 
> what I’m doing. 
> 
> Any pointers are appreciated!
> 
> -Kevin
> 
> -- 
> 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.

-- 
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.


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,
> 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
> done a bit of searching online and see that we’ve got examples using the
> 2htdp packets and a VI graphical editor, but nothing that quite fits the
> bill for what I’m doing.
>
> Any pointers are appreciated!
>
> -Kevin
>
> --
> 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.
>



-- 
-- 
Jens Axel Søgaard

-- 
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.