Re: [racket-users] Re: get the content of an editor% with formattings.

2015-07-22 Thread Matthew Flatt
At Wed, 22 Jul 2015 18:41:14 +0200, mazert wrote: > Le 14/07/2015 18:12, Matthew Flatt a écrit : > > If you're trying to move the text from one editor to another, then > > it's probably easiest to use the `copy` and `paste` methods. > > No, I try to convert it into html format. But first i need to

[racket-users] Re: get the content of an editor% with formattings.

2015-07-22 Thread mazert
Le 14/07/2015 18:12, Matthew Flatt a écrit : If you're trying to move the text from one editor to another, then it's probably easiest to use the `copy` and `paste` methods. No, I try to convert it into html format. But first i need to get the text + styles applied to some part of the text.