Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26168
| 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 | <rosuav@gmail.com> |
| 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 | <jv1meo$ugu$1@dont-email.me> |
| References | <mailman.2668.1343490711.4697.python-list@python.org> <70f3e677-550b-4727-8292-fda143a4e8c0@googlegroups.com> <mailman.2672.1343497647.4697.python-list@python.org> <2cc0a214-f349-473d-8acb-dcbd10f5a782@googlegroups.com> <jv1meo$ugu$1@dont-email.me> |
| 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 <rosuav@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2675.1343515329.4697.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Sun, Jul 29, 2012 at 7:43 AM, hamilton <hamilton@nothere.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
OT: Text editors (was Re: Search and replace text in XML file?) Chris Angelico <rosuav@gmail.com> - 2012-07-29 01:51 +1000
Re: OT: Text editors (was Re: Search and replace text in XML file?) Alister <alister.ware@ntlworld.com> - 2012-07-28 17:17 +0000
Re: OT: Text editors (was Re: Search and replace text in XML file?) wxjmfauth@gmail.com - 2012-07-28 10:43 -0700
Re: OT: Text editors (was Re: Search and replace text in XML file?) Chris Angelico <rosuav@gmail.com> - 2012-07-29 03:47 +1000
Re: OT: Text editors (was Re: Search and replace text in XML file?) wxjmfauth@gmail.com - 2012-07-28 12:23 -0700
Re: OT: Text editors (was Re: Search and replace text in XML file?) wxjmfauth@gmail.com - 2012-07-28 12:23 -0700
Re: OT: Text editors (was Re: Search and replace text in XML file?) hamilton <hamilton@nothere.com> - 2012-07-28 15:43 -0600
Re: OT: Text editors (was Re: Search and replace text in XML file?) Chris Angelico <rosuav@gmail.com> - 2012-07-29 08:42 +1000
Re: OT: Text editors (was Re: Search and replace text in XML file?) hamilton <hamilton@nothere.com> - 2012-07-28 20:33 -0600
Re: OT: Text editors (was Re: Search and replace text in XML file?) Chris Angelico <rosuav@gmail.com> - 2012-07-29 12:37 +1000
Re: OT: Text editors (was Re: Search and replace text in XML file?) wxjmfauth@gmail.com - 2012-07-28 10:43 -0700
Re: OT: Text editors (was Re: Search and replace text in XML file?) Andrew Cooper <amc96@cam.ac.uk> - 2012-07-29 18:55 +0100
csiph-web