Talking about copy/paste on windows at least apparently the clipboard can hold a reference for the original source and in case the receiver can't handle the original code it's converted somehow to plain text sometimes.
When I copy from firefox and paste on notepad I get clean text but if I paste on another application that understand html I get html. FLTK should think about this ! On Sun, 11 Dec 2011 18:48:47 +0100, Greg Ercolano <[email protected]> wrote: >> This sounds interesting to me. Though I'm not sure if I'd ever use it, >> it does seem like a useful feature and might be quite cheap to add... > > It is pretty cheap, and fast; in my app the reports can be > quite large, so speed was important. > > Doing copy/paste from such an arrangement has the same issues > as '@'s though; you have to remove them when reading back data > from the widget, so that the ANSI sequences don't end up in > e.g. a user's copy/paste operation. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
