[issue31461] IDLE: Enhance module browser

2019-08-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: #37902 Add mousewheel scrolling. -- dependencies: +Add scrolling for IDLE browsers ___ Python tracker ___ ___

[issue31461] IDLE: Enhance module browser

2017-09-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: Whoops, patching tree.py to not use icons is not trivial. See new comment on #25090. -- ___ Python tracker ___ __

[issue31461] IDLE: Enhance module browser

2017-09-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: Sorry about that. You can do 31460 if you want. I haven't started it. -- ___ Python tracker ___ _

[issue31461] IDLE: Enhance module browser

2017-09-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: #25090 opened with a broad discussion of module broswer and code context, but I focused it on removing the folder and file icons misused for classes and functions in Module Browser. Above, I suggested possibly changing pathbrowser, but I have decided against

[issue31461] IDLE: Enhance module browser

2017-09-23 Thread Terry J. Reedy
Terry J. Reedy added the comment: I was sitting down to write a patch for #31459, when I discovered yours. If you want to write more module brower patches, such as for #31460 I will do something else. -- dependencies: +IDLE: remove noisy icons from class (module) browser ___

[issue31461] IDLE: Enhance module browser

2017-09-22 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: IDLE: Enhance class browser -> IDLE: Enhance module browser ___ Python tracker ___ ___ Python-b