Re: [Pythoncard-users] frustrating copy and paste behavior in code editor
by Robin Dunn other posts by this author
Jul 9 2002 5:41PM messages near this date
Re: [Pythoncard-users] frustrating copy and paste behavior in code editor
|
RE: [Pythoncard-users] frustrating copy and paste behavior in code editor
>
> I've done it more than you (at least once a day since we've had a shell)
and
> I've brought it up with Robin and Neil on numerous occasions and so has
> Patrick since it also impacts the shell or anything else using wxSTC. I'll
> let Robin respond once again to the list for the record.
My understanding is that the clipboard funtionality in wxWindows uses the
OLE clipboard APIs on Windows and emulates that model on the other
platforms. Basically it does not actually put the data in the clipboard
when a cut or copy happens, but just meta data about the data (type, size,
etc.) When another app does a paste, the app with the data then copies the
data directly to the other app. If the app with the data terminates before
the paste then there is effectivly no data in the clipbard any longer.
wxWindows can be built to use the old win32 clipboard APIs instead of the
OLE ones, but I think we'll loose more functionality than we gain.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Stuff, things, and much much more.
http://thinkgeek.com/sf
_______________________________________________
Pythoncard-users mailing list
Pythoncard-users@[...].net
https://lists.sourceforge.net/lists/listinfo/pythoncard-users
Thread:
David Primmer
Kevin Altis
Neil Hodgson
Robin Dunn
Kevin Altis
Neil Hodgson
Robin Dunn
Kevin Altis
Robin Dunn
Kevin Altis
|