On Fri, 26 Feb 2010 08:41:45 +0200 Graeme Geldenhuys <[email protected]> wrote:
> Hi, > > It was reported in the MSEide mailing list that copying text from MSEide > and trying to paste it into Lazarus Source Editor (synedit) doesn't work. > Martin had a look at the issue and found the following. > > Could anybody explain the strange text format requested by SynEdit? > > ------------------------------------ > MSEide offers "UTF8_STRING", "COMPOUND_TEXT", "STRING" and "TEXT" (trunk > 3560 has additionally "text/plain"), surprisingly Lazarus > requests "Application/X-Laz-SynEdit-Tagged" which MSEgui can't provide. Same for any non synedit control and any non lcl program and copying works. > Copying from MSEide into Lazarus edit widgets works. Can you check why > Lazarus requests "Application/X-Laz-SynEdit-Tagged" in source editor? It prefers that format because it supports selection mode. Apps are not bound to serve the request. If this fails then synedit asks for the text. I don't know why msegui does not work. I added a check. Maybe this helps. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
