Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #26156

OT: Text editors (was Re: Search and replace text in XML file?)

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'syntax': 0.03; 'preference': 0.05; 'subject:text': 0.05; 'subject:file': 0.07; 'lawrence': 0.09; "wouldn't": 0.11; '(but': 0.15; 'sat,': 0.15; 'both.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'it),': 0.16; 'subject:?)': 0.16; 'subject:Text': 0.16; 'subject:XML': 0.16; 'wrote:': 0.17; 'windows': 0.19; 'received:209.85.214.174': 0.21; 'mention': 0.23; "i've": 0.23; 'thus': 0.24; 'linux': 0.24; 'message-id:@mail.gmail.com': 0.27; '(including': 0.30; 'knows': 0.30; '(and': 0.32; 'limitations': 0.33; 'anyone': 0.33; 'to:addr:python-list': 0.33; 'languages': 0.33; 'received:google.com': 0.34; 'text': 0.34; 'list': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'really': 0.36; 'but': 0.36; 'subject: (': 0.36; 'editor': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'supports': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'jul': 0.65; 'subject:Search': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=tNjkUjR+diVTOz3nsgIdHCL3zfVqEM9N1ECFCHoXTcI=; b=kAXMJJQuAHdSq6+KcRJHx9tUHL5honHv140ZVGOTym6dPXWKAeLs9R3+tc7oxUnRvy ra0J+HsSj2Beb42qI1OdWUNSxik4Uucpln09G7TdJuToktq6eJGkFY2BjtDtZstIcFvs KsbcphnbwlRrsXKQuHB23v7HNumnk1Cfmx8DQh36AzgNzyq2qCYucJ/r5UI9vEC1+jKQ XnrNXtJ0EZhYZh/LF43cRM8T6W4rBhLK223nVC4xOHzWjsECZ2nalc6nEuujJn5rjV4g n7pKuNhsQk0hlwr3H2zVAsPWaNNuNhcpreXns1vsw0HcmbMb7siA9gx5j/wxE55d4mMR gPTA==
MIME-Version 1.0
Date Sun, 29 Jul 2012 01:51:48 +1000
Subject 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.2668.1343490711.4697.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1343490711 news.xs4all.nl 6942 [2001:888:2000:d::a6]:44027
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:26156

Show key headers only | View raw


On Sat, Jul 28, 2012 at 6:29 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> wrote:
> I highly recommend the use of notepad++.  If anyone knows of a better text
> editor for Windows please let me know :)

My current preference is SciTE, available on Linux and Windows both.
It's configured using Lua, has lexers (and thus syntax highlighters
and auto-indenters) for a huge list of languages (including Python, or
I wouldn't mention it), and isn't RAM-hungry. It's not bug-free (but
what isn't), and has a few limitations (eg it only really supports
UTF-8), but I've found it excellent as both text editor and
pseudo-IDE.

ChrisA

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


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