[issue27117] turtledemo does not work with IDLE's new dark theme.

2018-09-22 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +8908 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue27117] turtledemo does not work with IDLE's new dark theme.

2016-05-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: I prepared and tested two slightly different patches for 3.5 and 3.6. I committed the 3.6 patch, then the 3.5 patch, and prepared a null merge (in default), but did not hit the commit button before pushing. I just finished the null merge, creating two heads

[issue27117] turtledemo does not work with IDLE's new dark theme.

2016-05-29 Thread Martin Panter
Martin Panter added the comment: It looks like your commit to the “default” branch already included the relevant changes, so I did the merge while keeping the files the same. If I missed something, it may need an extra update. But the tests seem to be working (is there a turtledemo test?) ---

[issue27117] turtledemo does not work with IDLE's new dark theme.

2016-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 169551a8d5d1 by Martin Panter in branch 'default': Issue #27125: Merge typo fixes from 3.5 https://hg.python.org/cpython/rev/169551a8d5d1 -- ___ Python tracker ___

[issue27117] turtledemo does not work with IDLE's new dark theme.

2016-05-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Heads are not merged. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue27117] turtledemo does not work with IDLE's new dark theme.

2016-05-28 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> fixed stage: test needed -> resolved status: open -> closed ___ Python tracker ___ ___

[issue27117] turtledemo does not work with IDLE's new dark theme.

2016-05-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset c95864a37ee2 by Terry Jan Reedy in branch 'default': Issue #27117: Make colorizer htest and turtledemo work with dark theme. https://hg.python.org/cpython/rev/c95864a37ee2 New changeset f383eaf207ca by Terry Jan Reedy in branch '3.5': Issue #27117:

[issue27117] turtledemo does not work with IDLE's new dark theme.

2016-05-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: I was wrong about turtledemo's text pane. Turtledemo only uses textview for help. The text frame contains a plain Text widget. I moved the text color-config code from editor to a function in colorizer, where it is also needed for the colorizer test. --

[issue27117] turtledemo does not work with IDLE's new dark theme.

2016-05-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue27117] turtledemo does not work with IDLE's new dark theme.

2016-05-24 Thread Terry J. Reedy
New submission from Terry J. Reedy: turtledemo imports IDLE's Percolator, ColorDelegator, and read-only text viewer and uses the first two to colorize demo text it loads into the text viewer. This works fine for traditional dark on white text color themes but not for IDLE's new white, etc, on