Path: csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Paul Rubin Newsgroups: comp.lang.python Subject: Re: Who uses IDLE -- please answer if you ever do, know, or teach Date: Fri, 07 Aug 2015 20:20:33 -0700 Organization: A noiseless patient Spider Lines: 15 Message-ID: <87fv3uihz2.fsf@jester.gateway.sonic.net> References: <55C37EBC.3020604@outlook.com> <55C4969D.2010005@outlook.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="4fa08f1ce1db3b0ae8c51611453a050c"; logging-data="15063"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/pLlQra5W3Npz5J8TTnpZn" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:jZQ8eb241LtYNqf+fSMiD6erPlM= sha1:RVCS1SQYdumxF79/ggoCzGc7tCE= Xref: csiph.com comp.lang.python:95155 tjohnson writes: > Currently the interpreter is shown in a separate floating window. If > it was dockable, it could also be placed in the same window as the > text editor but separated by a splitter. Dockable would be nice but the split window is ok with me. What I wish is that Control-N in the interpreter window (or maybe some newly assigned hotkey) would launch a Python editing window instead of a text window. Better still, have it already editing a temp file so that I can immediately type code and hit F5 and run it, without the "Save as" dance. Also the "save on close" dialog buttons should say "save" and "don't save" instead of "yes" and "no". Lots of programs have dialogs like that and the senses keep differing so it's easy to misread the prompt.