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 to the user.
further ideas for this patch could include making the clipboard history 
accessible across files(which is not possible in this patch)

----------
components: IDLE
files: python-clipboard-history-enhancement.patch
keywords: patch
messages: 210714
nosy: sahutd
priority: normal
severity: normal
status: open
title: IDLE : Add clipboard history feature
type: enhancement
versions: Python 3.4
Added file: 
http://bugs.python.org/file34002/python-clipboard-history-enhancement.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20569>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to