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 - cursor color configuration bug
Type: Stage:
Components: IDLE Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: kbk Nosy List: kbk, taleinat
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
IDLE_cursor_color_config.070525.patch taleinat, 2007-05-25 13:09 Initial patch
Messages (2)
msg52664 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2007-05-25 13:09
Currently, IDLE must be restarted in order for a change to the cursor color to take effect.

This patch adds code to configDialog.py to update the text widgets in all windows with the new cursor color.

This closes SourceForge feature request 1705362.
msg56303 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2007-10-10 00:56
r58403.  Thanks for the patch!
History
Date User Action Args
2022-04-11 14:56:24adminsetgithub: 44993
2007-11-30 06:50:48georg.brandllinkissue1705362 superseder
2007-10-10 00:56:22kbksetstatus: open -> closed
assignee: kbk
resolution: accepted
messages: + msg56303
nosy: + kbk
2007-05-25 13:09:57taleinatcreate