This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2011年10月25日 10:22 by Aivar.Annamaa, last changed 2022年04月11日 14:57 by admin.
| Messages (5) | |||
|---|---|---|---|
| msg146354 - (view) | Author: Aivar Annamaa (Aivar.Annamaa) * | Date: 2011年10月25日 10:22 | |
When IDLE opens in Windows 7, its bottom edge will be hidden behind taskbar. It should position itself so that it's fully visible. |
|||
| msg146582 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2011年10月28日 23:56 | |
I agree and commented about this on some previous issue (which I cannot find now). I actually would like it to save the window position and size. |
|||
| msg187400 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2013年04月20日 02:47 | |
For me, this is currently about the most annoying behavior of IDLE. |
|||
| msg187401 - (view) | Author: Roger Serwy (roger.serwy) * (Python committer) | Date: 2013年04月20日 02:53 | |
Why not change the initial window size from 80x40 to 80x38? |
|||
| msg187405 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2013年04月20日 03:17 | |
That does not work because Idle just moves the window down to compensate. (It seems to take two openings to have that happen.) Even if that worked, I would still ask why I should have to make the window smaller, when I want it larger (44 lines), located where I want it (all visible). Why can't Idle act like a well-behaved Window app? Saving the last Window position and size is fairly common. In any case, Edit windows are opened near the top of the screen, as they ought to be, instead of almost touching the bottom. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:23 | admin | set | github: 57471 |
| 2017年06月30日 01:24:15 | terry.reedy | set | assignee: terry.reedy versions: + Python 3.6, Python 3.7, - Python 2.7, Python 3.3, Python 3.4 |
| 2013年04月20日 03:17:11 | terry.reedy | set | messages: + msg187405 |
| 2013年04月20日 02:53:59 | roger.serwy | set | messages: + msg187401 |
| 2013年04月20日 02:47:25 | terry.reedy | set | nosy:
+ roger.serwy messages: + msg187400 versions: + Python 2.7, Python 3.3 |
| 2013年02月22日 08:02:26 | ezio.melotti | set | versions: + Python 3.4, - Python 3.2 |
| 2012年11月18日 19:59:24 | ezio.melotti | set | stage: needs patch |
| 2011年10月28日 23:56:36 | terry.reedy | set | nosy:
+ terry.reedy messages: + msg146582 |
| 2011年10月25日 10:22:13 | Aivar.Annamaa | create | |