[issue33396] IDLE: Improve and document help doc viewer

2018-10-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- dependencies: +IDLE: document the help document viewer -Checking for abstractmethod implementation fails to consider MRO for builtins ___ Python tracker

[issue33396] IDLE: Improve and document help doc viewer

2018-10-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: #35093 implements item 6, (initially) doc the help viewer. When we improve the help viewer, we should revise the doc at the same time. (I unlinked comment with wrong issue number.) -- ___ Python tracker

[issue33396] IDLE: Improve and document help doc viewer

2018-10-28 Thread Terry J. Reedy
Change by Terry J. Reedy : -- Removed message: https://bugs.python.org/msg328739 ___ Python tracker ___ ___ Python-bugs-list

[issue33396] IDLE: Improve and document help doc viewer

2018-10-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: #35063 implements item 6, (initially) doc the help viewer. When we improve the help viewer, we should revise the doc at the same time. -- dependencies: +Checking for abstractmethod implementation fails to consider MRO for builtins

[issue33396] IDLE: Improve and document help doc viewer

2018-09-22 Thread Terry J. Reedy
Change by Terry J. Reedy : -- dependencies: +IDLE: Make TextView use the configured theme colors ___ Python tracker ___ ___

[issue33396] IDLE: Improve and document help doc viewer

2018-09-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: 8. Use configured colors. #34548 does this for text viewer, so would be automatic if subclass from that. 9. Upgrade text viewer to include 1, 3, and 4. It also should use proportional font that help viewer uses. 10 Can Scripts/rst2html be used to

[issue33396] IDLE: Improve and document help doc viewer

2018-05-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: Point 1 is #33397. -- ___ Python tracker ___ ___

[issue33396] IDLE: Improve and document help doc viewer

2018-04-30 Thread Terry J. Reedy
Change by Terry J. Reedy : -- dependencies: +IDLE help viewer: let users control font size ___ Python tracker ___

[issue33396] IDLE: Improve and document help doc viewer

2018-04-30 Thread Terry J. Reedy
New submission from Terry J. Reedy : The IDLE help doc viewer displays help.html in a tk Text subclass. This index issue follows #25198, which fixed three immediate issues, and left the following for later. When tackled, the items below should be separate issues and PRs