mitchell / Textadept (http://caladbolg.net/textadept)

Textadept is a fast, minimalist, and ridiculously extensible text editor for Linux, Mac OSX, and Windows. The C++ core will always be less than 2000 lines of code (excluding comments and blank lines) and contains the bare framework for a text editor. More than half of the C++ base is the Lua extension, and nearly everything in Textadept is controlled by Lua, making the editor's extensibility almost limitless.

Clone this repository (size: 1.1 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/mitchell/textadept/
commit 459: 26afd149e1aa
parent 458: 508a348d478c
child 460: ee5d1654d9dd
Fixed snippets bug; modules/textadept/lsnippets.lua Placeholders would not be visited if they appeared after transformations. defaulttextadept_2.0_beta
mitchell
8 months ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
Textadept /
filename size last modified message
core  
doc  
modules  
scripts  
src  
themes  
.hgtags 798 B 8 months ago Added tag textadept_pre_2.0 for changeset 237b3f51d91b
LICENSE 1.1 KB 15 months ago Updated copyright dates for 2009.
init.lua 2.4 KB 8 months ago Moved session support from core/file_io.lua to a Textadept…