[issue20569] IDLE : Add clipboard history feature

2014-10-11 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> rejected stage: test needed -> resolved ___ Python tracker ___ ___ Python-bugs-list mai

[issue20569] IDLE : Add clipboard history feature

2014-02-15 Thread Saimadhav Heblikar
Changes by Saimadhav Heblikar : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue20569] IDLE : Add clipboard history feature

2014-02-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Clipboard history is OS feature, an application shouldn't duplicate it. Every modern Linux DE has builtin clipboard history manager, and I believe there are third-party programs for Windows. -- nosy: +serhiy.storchaka ___

[issue20569] IDLE : Add clipboard history feature

2014-02-09 Thread Terry J. Reedy
Terry J. Reedy added the comment: Some issues that I think of off the top of my head, without looking into the details of the code. 0. I am not sure how I would use this. I am thus not sure why I might push this, especially given that there are a hundred other Idle issues, many with patches t

[issue20569] IDLE : Add clipboard history feature

2014-02-08 Thread Saimadhav Heblikar
New submission from Saimadhav Heblikar: 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 t