This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Saimadhav.Heblikar
Recipients Saimadhav.Heblikar
Date 2014-02-09.02:46:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391913991.05.0.696306257044.issue20569@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,
this patch adds clipboard history feature to idle.with this,we can retrieve any cut/copied text after the start of idle.
it uses a list to store the messages called _clipboard_history
it creates a dialog window to present a listbox and a paste button to the user.
further ideas for this patch could include making the clipboard history accessible across files(which is not possible in this patch)
History
Date User Action Args
2014-02-09 02:46:31Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar
2014-02-09 02:46:31Saimadhav.Heblikarsetmessageid: <1391913991.05.0.696306257044.issue20569@psf.upfronthosting.co.za>
2014-02-09 02:46:30Saimadhav.Heblikarlinkissue20569 messages
2014-02-09 02:46:30Saimadhav.Heblikarcreate