Re: [racket-users] Editor task: finding end of code on line

2019-07-05 Thread Robby Findler
On Fri, Jul 5, 2019 at 2:32 PM Jordan Johnson wrote: > > Thanks for the reply, Robby. > > On Jul 2, 2019, at 19:11, Robby Findler wrote: > One note not related to what you ask: lines in editor<%> parlance are > soft-breaking; the methods about paragraphs are the ones you want. > For which

Re: [racket-users] Editor task: finding end of code on line

2019-07-05 Thread Jordan Johnson
Thanks for the reply, Robby. On Jul 2, 2019, at 19:11, Robby Findler wrote: > One note not related to what you ask: lines in editor<%> parlance are > soft-breaking; the methods about paragraphs are the ones you want. For which specific purpose? The method that c:e is bound to by default

Re: [racket-users] Editor task: finding end of code on line

2019-07-02 Thread Robby Findler
One note not related to what you ask: lines in editor<%> parlance are soft-breaking; the methods about paragraphs are the ones you want. Robby On Tue, Jul 2, 2019 at 11:41 AM Jordan Johnson wrote: > Dear Racket folks, > > I’m trying to implement a keybinding to get me more familiar with the >

[racket-users] Editor task: finding end of code on line

2019-07-02 Thread Jordan Johnson
Dear Racket folks, I’m trying to implement a keybinding to get me more familiar with the editor toolkit. I’m working on modifying the Ctrl+E keybinding so it behaves more like the Ctrl+A keybinding (which, once at the beginning of the line, toggles between the true beginning of the line and