OT: Text editors (was Re: Search and replace text in XML file?)
Chris Angelico
rosuav at gmail.com
Sat Jul 28 11:51:48 EDT 2012
More information about the Python-list mailing list
Sat Jul 28 11:51:48 EDT 2012
- Previous message (by thread): Search and replace text in XML file?
- Next message (by thread): OT: Text editors (was Re: Search and replace text in XML file?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Jul 28, 2012 at 6:29 PM, Mark Lawrence <breamoreboy at 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
- Previous message (by thread): Search and replace text in XML file?
- Next message (by thread): OT: Text editors (was Re: Search and replace text in XML file?)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list