Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:text': 0.05; 'subject:file': 0.07; 'editor.': 0.09; 'wraps': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:?)': 0.16; 'subject:Text': 0.16; 'subject:XML': 0.16; 'wrote:': 0.17; 'received:209.85.214.174': 0.21; 'header:In-Reply- To:1': 0.25; 'looks': 0.26; 'am,': 0.27; 'handling': 0.27; 'message-id:@mail.gmail.com': 0.27; '(and': 0.32; 'file': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'text': 0.34; 'project': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'url:org': 0.36; 'subject: (': 0.36; 'editor': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'notice': 0.39; 'header:Received:5': 0.40; 'email addr:gmail.com': 0.63; 'jul': 0.65; 'facilities': 0.69; 'subject:Search': 0.84; 'capability': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=pSdYxUEnKvaqhD+ivz+G6/MairsveP74B9lIqp+cKPM=; b=WTgDZ09eNHqleriAuK1JtyBL2sGHyOkp0PuvD3vi4aHWW8FFVBdJCq4KjsSEibiNFs Yvdrs5JAvV3oxUY6BaCjZd7k8qCgMfatUsy/rzYlZPC7rGxlOACVa0GZjMp7yFKu+vWD RiDn42GeSrOWll6fMnVhR0f83eKEwnM3p+UIr6BiKu5UvWAz+O3EKuE4qGr/pwDGb7qJ M5jZbTJI6G6SXtXvtsBhrW3xrS9nzkmBaWw40VyYJHiXqcgKx2S1qib+WlDgWRI023sl thZMi7Lfg+ld8G6WV/OAwERXdIih/YM3EgXvshKtq6IOzI+6vXjtC4eGzEXVGQzLAM8y p1XQ== MIME-Version: 1.0 In-Reply-To: References: <70f3e677-550b-4727-8292-fda143a4e8c0@googlegroups.com> <2cc0a214-f349-473d-8acb-dcbd10f5a782@googlegroups.com> Date: Sun, 29 Jul 2012 08:42:05 +1000 Subject: Re: OT: Text editors (was Re: Search and replace text in XML file?) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343515329 news.xs4all.nl 6864 [2001:888:2000:d::a6]:60381 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26168 On Sun, Jul 29, 2012 at 7:43 AM, hamilton wrote: > On 7/28/2012 1:23 PM, wxjmfauth@gmail.com wrote: >> >> For info: http://scintilla.org/ > > > Just did a quick check on scintilla. > > This looks like a single file editor. > > Is there a project like capability in there that I did not notice ? Scintilla is a text editing widget; SciTE is a Scintilla-based Text Editor (and is by the same author). The editor wraps up Scintilla with facilities for handling multiple files simultaneously (multiple buffers/tabbed display/whatever you want to call it). ChrisA