[issue31001] IDLE: Add tests for configdialog highlight tab

2017-08-17 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ ___

[issue31001] IDLE: Add tests for configdialog highlight tab

2017-08-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: Another big thank you. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue31001] IDLE: Add tests for configdialog highlight tab

2017-08-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 6db2edbe050cc9ac9026f350a24f2d525bcadecd by Terry Jan Reedy in branch '3.6': [3.6] bpo-31001: IDLE: Add tests for configdialog highlight tab (GH-3123) (#3124) https://github.com/python/cpython/commit/6db2edbe050cc9ac9026f350a24f2d525bcadecd ---

[issue31001] IDLE: Add tests for configdialog highlight tab

2017-08-17 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +3162 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31001] IDLE: Add tests for configdialog highlight tab

2017-08-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 82aff62462e65077a6614b466c986f93a601c33d by Terry Jan Reedy (Cheryl Sabella) in branch 'master': bpo-31001: IDLE: Add tests for configdialog highlight tab (#3123) https://github.com/python/cpython/commit/82aff62462e65077a6614b466c986f93a601c33d

[issue31001] IDLE: Add tests for configdialog highlight tab

2017-08-17 Thread Terry J. Reedy
Terry J. Reedy added the comment: Coverage now 95%. We are getting close. Still not covered in highlight group: create_page_highlight: # Highlight only. text.bind('', lambda e: 'break') text.bind('', lambda e: 'break') Callbacks are never called. I presume that these mask something.

[issue31001] IDLE: Add tests for configdialog highlight tab

2017-08-17 Thread Cheryl Sabella
Changes by Cheryl Sabella : -- pull_requests: +3161 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31001] IDLE: Add tests for configdialog highlight tab

2017-08-16 Thread Cheryl Sabella
Cheryl Sabella added the comment: Working on this now. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue31001] IDLE: Add tests for configdialog highlight tab

2017-08-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: If we do the same renamings for the theme selection vars and functions as done for keys selection on the keys tab, then the corresponding tests can be copied and slightly altered. However, duplicate names require that KeyPage be separated first. Hence the de

[issue31001] IDLE: Add tests for configdialog highlight tab

2017-07-31 Thread Terry J. Reedy
New submission from Terry J. Reedy: Pr2908 originally just sorted highlight methods together, but was extended to sort all methods together and relabeled for #31060. (This actually simplified the diff.) Pr2925, the 3.6 backport, appears on the replacement issue. -- _

[issue31001] IDLE: Add tests for configdialog highlight tab

2017-07-27 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2959 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue31001] IDLE: Add tests for configdialog highlight tab

2017-07-24 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: terry.reedy components: IDLE nosy: terry.reedy priority: normal severity: normal stage: needs patch status: open title: IDLE: Add tests for configdialog highlight tab type: enhancement versions: Python 3.6, Python 3.7