[issue1207589] Right Click Context Menu

Guilherme Polo report at bugs.python.org
Mon Aug 10 19:46:40 CEST 2009


Guilherme Polo <ggpolo at gmail.com> added the comment:

What do you think about adding a third element for each tuple in
rmenu_specs ? This new element would be a string determining the name of
a function that would be called to define the state of each entry in the
right menu. If None is used in place of a string, then it is assumed
that the entry doesn't require such thing.

Attaching a patch that does that. It also adds cut/copy/paste to the
right menu in IDLE shell.

----------
Added file: http://bugs.python.org/file14685/rightmenu_copypastecut.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1207589>
_______________________________________


More information about the Python-bugs-list mailing list