[issue4765] IDLE fails to "Delete Custom Key Set" properly

2017-06-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: This issue (and a similar one for custom themes) was fixed in #27245 with a different patch, but to the same effect. -- nosy: -BreamoreBoy resolution: -> duplicate stage: test needed -> resolved status: open -> closed superseder: -> IDLE: Fix deletio

[issue4765] IDLE fails to "Delete Custom Key Set" properly

2014-06-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: Add to my list of patches to review. -- versions: +Python 3.4, Python 3.5 -Python 3.2, Python 3.3 ___ Python tracker ___

[issue4765] IDLE fails to "Delete Custom Key Set" properly

2014-06-08 Thread Nicholas Allevato
Changes by Nicholas Allevato : -- nosy: +nicholas.allevato ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue4765] IDLE fails to "Delete Custom Key Set" properly

2014-06-08 Thread Mark Lawrence
Mark Lawrence added the comment: This is still a problem on Windows 7 with 3.4.1 but the patch file fixes it. -- nosy: +BreamoreBoy ___ Python tracker ___

[issue4765] IDLE fails to "Delete Custom Key Set" properly

2012-01-27 Thread Roger Serwy
Roger Serwy added the comment: I am unable to reproduce this bug with the latest development versions in the 2.7 and 3.3 branches. Can someone verify this as well? -- ___ Python tracker _

[issue4765] IDLE fails to "Delete Custom Key Set" properly

2012-01-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: #13836 is another report of key-binding deletion not working correctly, although IDLE did eventually open and allow re-deletion. -- ___ Python tracker

[issue4765] IDLE fails to "Delete Custom Key Set" properly

2012-01-25 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +serwy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue4765] IDLE fails to "Delete Custom Key Set" properly

2011-10-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Note the config-main.cfg contains all custom configurations and appears if you make any one of them. Mine currently says [EditorWindow] font = lucida sans unicode [General] autosave = 1 So deleting it is a hack workaround until the bug is fixed. --

[issue4765] IDLE fails to "Delete Custom Key Set" properly

2011-06-26 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.2, Python 3.3 -Python 2.6, Python 3.0, Python 3.1 ___ Python tracker ___ ___ Python-

[issue4765] IDLE fails to "Delete Custom Key Set" properly

2009-08-04 Thread Guilherme Polo
Changes by Guilherme Polo : -- versions: +Python 2.6, Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue4765] IDLE fails to "Delete Custom Key Set" properly

2009-08-04 Thread Guilherme Polo
Guilherme Polo added the comment: Interesting, this is reproducible in any version under any OS but it is more noticeable under Windows. In the step 6 you mentioned, IDLE is busy printing warnings that you will never see if you don't run IDLE from a terminal. Also, when you tried restarting IDLE

[issue4765] IDLE fails to "Delete Custom Key Set" properly

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +gpolo priority: -> normal stage: -> test needed type: crash -> behavior ___ Python tracker ___ __

[issue4765] IDLE fails to "Delete Custom Key Set" properly

2008-12-28 Thread Alex Fainshtein
New submission from Alex Fainshtein : How to reproduce: 1. Start IDLE -> "Python Shell" window opens. 2. Open Options|"Configure Idle...". 3. In "idle" dialog select "Keys" tab. 4. Click "Set as New Custom Key Set" button. 5 In "New Custom Key Set" dialog, type a name, click "Ok". 4. Click "Appl