Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; ';-)': 0.03; 'subject:IDLE': 0.04; '"""': 0.07; 'failing': 0.07; '*is*': 0.09; 'false.': 0.09; 'moreover,': 0.09; 'windows,': 0.09; 'cc:addr :python-list': 0.11; 'windows': 0.15; '(just': 0.16; '-tkc': 0.16; 'from:name:tim chase': 0.16; 'interacting': 0.16; 'subject: \n ': 0.16; 'wrote:': 0.18; 'machine': 0.22; '(in': 0.22; 'cc:addr:python.org': 0.22; 'lets': 0.24; 'fine': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply-To:1': 0.27; '[1]': 0.29; 'subject:) ': 0.29; 'interface': 0.32; 'subject: (': 0.35; 'editor': 0.35; 'idle': 0.36; 'interface,': 0.36; 'charset :us-ascii': 0.36; 'project': 0.37; 'window': 0.38; 'rather': 0.38; 'even': 0.60; 'read': 0.60; 'subject:more': 0.64; 'different': 0.65; 'mail.': 0.69; 'received:50.22': 0.84; 'opens': 0.91 Date: Sun, 20 Jul 2014 19:55:59 -0500 From: Tim Chase To: Irmen de Jong Subject: Re: Tabbed IDLE (was PyWart(2.7.8) IDLE is more buggy than "Joe's apartment"!) In-Reply-To: <53cc376e$0$2898$e4fe514c@news.xs4all.nl> References: <232acf45-096d-466a-aa75-06d8c378b128@googlegroups.com> <53cc376e$0$2898$e4fe514c@news.xs4all.nl> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - boston.accountservergroup.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - thechases.com X-Get-Message-Sender-Via: boston.accountservergroup.com: authenticated_id: tim@thechases.com Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1405908930 news.xs4all.nl 2930 [2001:888:2000:d::a6]:41949 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74894 On 2014-07-20 23:40, Irmen de Jong wrote: > > And since IDLE is not a "tabbed editor", only *1* document > > is going to be displayed at a time. > > False. Idle opens any number of documents at the same time just > fine (in different windows - rather than tabs). This sounds like a failing of the OP's window-manager. Fluxbox lets me combine any number of windows into a tabbed interface, so IDLE *is* a tabbed editor on my machine (just like the Gimp). Moreover, it can even include other windows, so I just pulled together a tabbed IDLE interface that also has a terminal for interacting with git, a file-manager window for project management, and a mail window (because Zawinski's law[1]). ;-) -tkc [1] """ Every program attempts to expand until it can read mail. Those programs which cannot so expand are replaced by ones which can. """ .