Path: csiph.com!usenet.pasdenom.info!aioe.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: Python and IDEs [was Re: Python 3 is killing Python] Date: Sun, 03 Aug 2014 12:20:13 +1200 Lines: 16 Message-ID: References: <87zjga4j4v.fsf@elektro.pacujo.net> <53c57bae$0$9505$c3e8da3$5496439d@news.astraweb.com> <87iomy4ciy.fsf@elektro.pacujo.net> <53c5f6dc$0$9505$c3e8da3$5496439d@news.astraweb.com> <87egxl4zq8.fsf@elektro.pacujo.net> <53c73ff0$0$29897$c3e8da3$5496439d@news.astraweb.com> <9ef930a0-5a41-4a20-a13a-003c9e8246fe@googlegroups.com> <53c9655a$0$9505$c3e8da3$5496439d@news.astraweb.com> <368c1e4f-9328-445b-9876-9f26560a50c2@googlegroups.com> <53ca1e27$0$9505$c3e8da3$5496439d@news.astraweb.com> <20140801131035.f672ac56af3aa4eda5d36dcd@gmx.net> <53DBCB7B.80704@schwertberger.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net BSGmEBK9dOhbg+uZcd/3BwVrZdWCBCJapaswOLrPQIX4rq7L8z Cancel-Lock: sha1:aEEEJsS6XtkXFkFpH4dMogwNr5k= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: Xref: csiph.com comp.lang.python:75568 Roy Smith wrote: > These days, I'm running multiple 24 inch monitors. The single menu bar > paradigm starts to break down in an environment like that. Yes, that's an issue. However, even on a large screen, most of my windows are at least half a screen high, putting their tops a considerable distance from where I'm working. And the targeting effect means that a target at the top of the screen is still easier to hit than one half way up. Multiple screens are a problem. Probably what should happen is for the menu bar to move to the screen holding the currently active window, instead of being tied to one "primary" screen. -- Greg