The time now is Wed 22 May 2013, 20:05
All times are UTC - 4 |
| Author |
Message |
aragon
Joined: 15 Oct 2007 Posts: 1690 Location: Germany
|
Posted: Thu 18 Feb 2010, 05:18 Post subject:
Textadept Text Editor |
|
URL: http://code.google.com/p/textadept/
Version: 2.0
| Quote: | | Textadept is a fast, minimalist, and ridiculously extensible text editor for Linux, Mac OSX, and Windows. At its core lies less than 2000 lines of C code, and that's how it always will be. While other editors rely on recordable macros to speed up workflow, shell scripts to quickly transform text, and static side panes to manage your documents, files, and more, Textadept takes it to the extreme: it gives you complete control over the entire application using the embedded Lua language. Lua is nearly as fast as C, and has a very small footprint. In fact, most of Textadept is written in Lua. |
Compiled and basically tested in 4.31. No additional dependencies.
I could actually not say much about it other than that it works. The editor is fully controllable/configurable/extensible via it's lua-interface. Because of that, i've included all docs (exception: doxygen).
Tip by DMcCunney.
aragon
| Description |
|

Download |
| Filename |
textadept-2.0.pet |
| Filesize |
501.17 KB |
| Downloaded |
225 Time(s) |
_________________ PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
|
|
Back to top
|
|
 |
DMcCunney
Joined: 02 Feb 2009 Posts: 894
|
Posted: Thu 18 Feb 2010, 19:07 Post subject:
Re: Textadept Text Editor |
|
| aragon wrote: | I could actually not say much about it other than that it works. The editor is fully controllable/configurable/extensible via it's lua-interface. Because of that, i've included all docs (exception: doxygen).
Tip by DMcCunney. |
One note for those interested. TextAdept is not a tabbed editor. You can divide the edit window horizontally and vertically, and show different files or different parts of the same file in the divisions, but it doesn't do tabs. (Sorry, ttuuxx )
It looks like this:
The chap behind TextAdept is also responsible for SciTE-st. SciTE-st is a fork of the SciTE editor that uses Lua to do dynamic lexing. SciTE (and an assortment of other editors, including Geany) is based on Neil Hodgson's Scintilla edit control, which provides syntax highlighting and code folding for a large number of programming languages.
SciTE-st is here: http://caladbolg.net/scite_st.php
______
Dennis
|
|
Back to top
|
|
 |
aragon
Joined: 15 Oct 2007 Posts: 1690 Location: Germany
|
Posted: Fri 19 Feb 2010, 04:06 Post subject:
Re: Textadept Text Editor |
|
| DMcCunney wrote: | TextAdept is not a tabbed editor. You can divide the edit window horizontally and vertically, and show different files or different parts of the same file in the divisions, but it doesn't do tabs. (Sorry, ttuuxx ) |
actually true, but if one (not me ) dives into lua, he/she could write a tabbed interface extension...
but i don't think textaddept with it's flexible interface needs a tabbed option as you could just doubleclick on one of the loaded buffers to display it in the activated window-tile.
aragon
_________________ PUPPY SEARCH: http://wellminded.com/puppy/pupsearch.html
|
|
Back to top
|
|
 |
DMcCunney
Joined: 02 Feb 2009 Posts: 894
|
Posted: Fri 19 Feb 2010, 13:11 Post subject:
Re: Textadept Text Editor |
|
| Quote: | [quote="aragon"] | DMcCunney wrote: | TextAdept is not a tabbed editor. You can divide the edit window horizontally and vertically, and show different files or different parts of the same file in the divisions, but it doesn't do tabs. (Sorry, ttuuxx ) |
actually true, but if one (not me ) dives into lua, he/she could write a tabbed interface extension... |
True. It is "ridiculously extensible"...
| Quote: | | but i don't think textaddept with it's flexible interface needs a tabbed option as you could just doubleclick on one of the loaded buffers to display it in the activated window-tile. |
Agreed. I just didn't want folks to expect tabs and be disappointed.
______
Dennis
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|