[issue35196] IDLE text squeezer is too aggressive and is slow

Karthikeyan Singaravelan report at bugs.python.org
Fri Nov 9 21:29:31 EST 2018


Karthikeyan Singaravelan <tir.karthi at gmail.com> added the comment:

Just adding the open issues given Raymond's message for reference. A lot of the IDLE issues have patches and since we moved to GitHub they were not updated. Thanks to Tal for converting some patches togit PRs. I would like to help with minor issues (changing Untitled to untitled) to get familiarity with the IDLE codebase and testing given limited bandwidth from the team of Terry, Tal and Cheyrl.

> There has also been a long standing open request to have a hot key to run linting or code formatting tools directly from IDLE.  For beginners, it is too painful to have to try to coordinate between these command line tools and the IDLE editing environment.  Some basic integration of the two seems like it would be a straight-forward task.

https://bugs.python.org/issue21880

> Cntl-plus and Cntl-minus to change the font size.

https://bugs.python.org/issue17642 (Seems to work with Turtledemo)

> An easy way to turn-on and off line numbering with off as the default. I don't personally need this, but some learner will request it once each week.

https://bugs.python.org/issue17535

> A hotkey to clear the entire text window.

https://bugs.python.org/issue6143

----------
nosy: +xtreak

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35196>
_______________________________________


More information about the Python-bugs-list mailing list