Re: [Pythoncard-users] frustrating copy and paste behavior in code editor
by Neil Hodgson other posts by this author
Jul 9 2002 11:55AM 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
Kevin:
> If I remember correctly this has to do with how the
> clipboard is handled under GTK/X.
According to a developer on the GTK+ mailing list, there are some
clipboard helper applications on X that watch the clipboard and try to
remember the contents after windows close and also to maintain a clipboard
history but I haven't used these myself.
> I'm not sure how to work around the current behavior so the clipboard is
> preserved on quit, but if there is a way I'll stick it into the component
or
> framework as soon as Robin or Neil says how it can be done. Even if the
> solution is Windows or Mac specific it would be better than the current
> behavior which is just plain wrong.
For a Windows-specific fix you can handle the clipboard directly
yourself, perhaps with the win32clipboard module from win32all.
Neil
-------------------------------------------------------
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
|