http://qs1969.pair.com?node_id=408246


in reply to Cross-platform development: editors

Have you tried SciTE? It is a reference/demonstration implementation of a free (and open source) multi-platform text/sourcecode edit component called Scintilla. It uses GTK (but afaik there is also a QT port), so it runs on Linux and Windows (installer) and also may run on *BSD and OS X.

It supports unicode, code folding, syntax highlighting for many languages, multiple buffers (implemented via tabs), sessions (sadly no full project management, but there seems to be an extension for windows), code completion, call tips, has support for building/make process and is highly configurable. But it has no integrated support for snippets and version control.

There is a LUA extension which makes it scriptable.

I really like SciTE and use it lot! :-)

  • Comment on Re: Cross-platform development: editors

Replies are listed 'Best First'.
Re^2: Cross-platform development: editors
by apotheon (Deacon) on Nov 17, 2004 at 08:49 UTC

    SciTE is what I've been using. I love the fact that it's effectively unchanged between Linux and Windows versions. Everything is exactly where I expect it to be in either version.

    (EDIT: Not that I have much occasion to use the Windows version these days. . . .)

    - apotheon
    CopyWrite Chad Perrin