[New-bugs-announce] [issue20569] IDLE : Add clipboard history feature

Saimadhav Heblikar report at bugs.python.org
Sun Feb 9 03:46:31 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20569>
_______________________________________


More information about the New-bugs-announce mailing list