[issue1207589] Right Click Context Menu

2012-10-18 Thread Todd Rovito
Changes by Todd Rovito rovit...@gmail.com: -- nosy: +Todd.Rovito ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1207589 ___ ___ Python-bugs-list

[issue1207589] Right Click Context Menu

2012-08-22 Thread Nashev
Nashev added the comment: display assigned hot keys in popup menu is must-have feature, that allow users to teach them while using commands by menu or by context menu. For examples look Delphi IDE -- ___ Python tracker rep...@bugs.python.org

[issue1207589] Right Click Context Menu

2012-08-22 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- nosy: +serwy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1207589 ___ ___ Python-bugs-list mailing

[issue1207589] Right Click Context Menu

2012-08-21 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- versions: +Python 3.4 -Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1207589 ___

[issue1207589] Right Click Context Menu

2010-07-20 Thread Tal Einat
Tal Einat talei...@gmail.com added the comment: I agree with Guilherme: shortcuts don't need to appear in the context menu. Guilherme's patch looks pretty good overall, but I have a few remarks: 1) Pasting should be disabled in the Shell window when the cursor is before the I/O mark. (the

[issue1207589] Right Click Context Menu

2010-07-20 Thread Tal Einat
Changes by Tal Einat talei...@gmail.com: Added file: http://bugs.python.org/file18090/IDLE_rmenu_py3k.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1207589 ___

[issue1207589] Right Click Context Menu

2010-07-16 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +tjreedy versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1207589 ___

[issue1207589] Right Click Context Menu

2009-08-10 Thread Guilherme Polo
Guilherme Polo ggp...@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

[issue1207589] Right Click Context Menu

2009-08-10 Thread Guilherme Polo
Guilherme Polo ggp...@gmail.com added the comment: 2) display assigned hot keys in popup menu Is that really necessary ? I've looked for that on some applications I use most and none of them include hot keys in right menus. -- ___ Python tracker

[issue1207589] Right Click Context Menu

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- keywords: +patch nosy: +gpolo stage: test needed - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1207589 ___

[issue1207589] Right Click Context Menu

2009-03-04 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- stage: - test needed versions: +Python 2.7, Python 3.1 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1207589 ___

[issue1207589] Right Click Context Menu

2008-01-10 Thread Nashev
Nashev added the comment: 1) in file EditorWindow.py 2 editings: a) remove selection-killer command on popup def right_menu_event(self, event): -- self.text.tag_remove(sel, 1.0, end) b) add ability to make separators in popup menu def make_rmenu(self): rmenu =