Thread overview
[Somewhat OT] Textadept 6.6 released
Jun 01, 2013
Brian Schott
Jun 01, 2013
Rainer Schuetze
Jun 01, 2013
Andrej Mitrovic
Jun 01, 2013
Brian Schott
Jun 02, 2013
Michael
Aug 22, 2013
Michael
June 01, 2013
Textadept 6.6 has been released. Changelog located here[1].

Textadept is a cross-platform text editor written using Scintilla and GTK/ncurses, with Lua as its scripting engine.

This version has an updated D LPeg[2] lexer which does a few nice things like highlighting certain identifiers when they appear in version and __traits expressions. The syntax highlighting has also been updated for the 2.063 language changes such as the addition of __MODULE__ and __vector.[3]

[1] http://foicica.com/textadept/CHANGELOG.html
[2] http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html
[3] Of course it doesn't properly support HEREDOC strings, but then again, nothing does.

June 01, 2013

On 01.06.2013 07:02, Brian Schott wrote:
> [3] Of course it doesn't properly support HEREDOC strings, but then
> again, nothing does.
>

Well, I wouldn't say that in general: http://www.dsource.org/projects/visuald/wiki/Tour/Editor ;-)
June 01, 2013
On 6/1/13, Brian Schott <briancschott@gmail.com> wrote:
> Textadept 6.6 has been released. Changelog located here[1].

What exactly is the difference against e.g. Scite? I can see it uses GTK for windowing, which I'm not a fan of, but that's just a nitpick. Does it have any cool features that are not present in Scite?
June 01, 2013
On Saturday, 1 June 2013 at 13:13:00 UTC, Andrej Mitrovic wrote:
> On 6/1/13, Brian Schott <briancschott@gmail.com> wrote:
>> Textadept 6.6 has been released. Changelog located here[1].
>
> What exactly is the difference against e.g. Scite? I can see it uses
> GTK for windowing, which I'm not a fan of, but that's just a nitpick.
> Does it have any cool features that are not present in Scite?

Textadept places a large emphasis on scripting. There are only 2.4k lines of C in the project. Most of the editor's features are actually written in Lua. The API is very extensive.[1]

[1] http://foicica.com/textadept/api/buffer.html
June 02, 2013
Looks good. Definitely will try.
August 22, 2013
On Sunday, 2 June 2013 at 08:06:52 UTC, Michael wrote:
> Looks good. Definitely will try.

up

Text Adept 7.0 beta 2 (11 Aug 2013) available ;)