www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - [Somewhat OT] Textadept 6.6 released

reply "Brian Schott" <briancschott gmail.com> writes:
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.
May 31 2013
next sibling parent Rainer Schuetze <r.sagitario gmx.de> writes:
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 ;-)
Jun 01 2013
prev sibling next sibling parent reply Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
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?
Jun 01 2013
parent "Brian Schott" <briancschott gmail.com> writes:
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
Jun 01 2013
prev sibling parent reply "Michael" <pr m1xa.com> writes:
Looks good. Definitely will try.
Jun 02 2013
parent "Michael" <pr m1xa.com> writes:
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 ;)
Aug 22 2013