Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!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.002 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; 'windows': 0.15; '(just': 0.16; '-tkc': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'interacting': 0.16; 'subject: \n ': 0.16; 'wrote:': 0.18; 'machine': 0.22; '(in': 0.22; 'lets': 0.24; 'fine': 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; 'to:addr:python-list': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; '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:56:40 -0500 From: Tim Chase To: python-list@python.org 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 - tim.thechases.com X-Get-Message-Sender-Via: boston.accountservergroup.com: authenticated_id: tim@thechases.com 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: 1405904272 news.xs4all.nl 2864 [2001:888:2000:d::a6]:40057 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:74887 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. """ .