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

Chris Angelico rosuav at gmail.com
Sat Jul 28 18:42:05 EDT 2012


On Sun, Jul 29, 2012 at 7:43 AM, hamilton <hamilton at nothere.com> wrote:
> On 7/28/2012 1:23 PM, wxjmfauth at 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



More information about the Python-list mailing list