This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: IDLE - configDialog - new layout for key config
Type: Stage:
Components: IDLE Versions: Python 2.6, Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: kbk Nosy List: amaury.forgeotdarc, jmravon, kbk, loewis, taleinat
Priority: normal Keywords: patch

Created on 2007-11-18 15:25 by taleinat, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
IDLE_configDialog.071118.patch taleinat, 2007-11-18 15:25
Messages (4)
msg57617 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2007-11-18 15:25
As brought up on the idle-dev mailing list, I have redesigned the key
config window. The new layout is two wide frames one above the other,
instead of two tall frames side-by-side. This allows the key-binding
entries to be completely visible in the listbox.
msg59016 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2007-12-28 04:18
r59604
Thanks for the Patch!
msg92347 - (view) Author: Ravon Jean-Michel (jmravon) Date: 2009-09-07 07:41
It works in python 2.5. Why not in jython?
msg92364 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2009-09-07 12:38
I suppose this update should have been directed to bugs.jython.org.
Something is probably wrong with the jython issue tracker...
History
Date User Action Args
2022-04-11 14:56:28adminsetgithub: 45798
2009-09-07 12:38:46amaury.forgeotdarcsetnosy: + amaury.forgeotdarc, loewis

messages: + msg92364
title: Cannot write an array in a file opened in r+b mode. -> IDLE - configDialog - new layout for key config
2009-09-07 07:41:23jmravonsetnosy: + jmravon
title: IDLE - configDialog - new layout for key config -> Cannot write an array in a file opened in r+b mode.
messages: + msg92347
2007-12-28 04:18:51kbksetstatus: open -> closed
resolution: accepted
messages: + msg59016
2007-12-12 16:47:39kbksetkeywords: + patch
assignee: kbk
2007-11-18 15:25:30taleinatcreate