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/

Shortlog (showing r485:832a389aaa47 (tip) → r461:e0d27b485dc8)

Age Author Message A M D «
6 days mitchell mitchell Changed conflicting menu shortcut for Lexers; core/locale.conf 0 1 0
8 days mitchell mitchell Modified key commands to be more key-layout agnostic. 0 2 0
2 weeks mitchell mitchell Fixed Windows key command for word autocomplete; core/ext/key_commands.lua 0 1 0
5 weeks mitchell mitchell Updated copyright to 2010. 0 50+ 0
5 weeks mitchell mitchell Added command line switch for not loading/saving sessions. 0 2 0
2 months mitchell mitchell Fix error message for session file not found; modules/textadept/session.lua 0 1 0
3 months mitchell mitchell Search _USERHOME for theme names in addition to _HOME. 0 2 0
3 months mitchell mitchell Fixed bug for running filename with no path; modules/textadept/run.lua 0 1 0
3 months mitchell mitchell Added json and dot mime types from Brian Schott; core/ext/mime_types.conf 0 1 0
4 months mitchell mitchell Don't clear cmdline files when loading pm session; modules/textadept/session.lua 0 1 0
4 months mitchell mitchell Added tag textadept_2.0 for changeset bb26238a7881 0 1 0
4 months mitchell mitchell Updated textadept.rc for 2.0. 0 1 0
4 months mitchell mitchell Updated LuaDoc; core/.textadept.lua 0 1 0
5 months mitchell mitchell Renamed d.lua lexer to dmd.lua; core/ext/mime_types.conf 0 1 0
5 months mitchell mitchell Added standard Windows key command for Find Next; core/ext/key_commands.lua 0 1 0
5 months mitchell mitchell Added 'style_whitespace' to lexer themes. 0 3 0
6 months mitchell mitchell Use 'shellscript' lexer instead of 'shell'; core/ext/mime_types.conf 0 1 0
6 months mitchell mitchell Close all buffers before loading a session; modules/textadept/session.lua 0 1 0
6 months mitchell mitchell Fixed bug in core/ext/mime_types.lua caused during textadept.reset(). 0 1 0
6 months mitchell mitchell Allow core/ext/pm/modules_browser.lua to have modules in the user's directory. 0 1 0
6 months mitchell mitchell Fixed bug introduced during refactoring; modules/textadept/lsnippets.lua 0 1 0
6 months mitchell mitchell Updated key commands. 0 2 0
6 months mitchell mitchell Only show a non-nil PM context menu; core/ext/pm.lua 0 1 0
6 months mitchell mitchell Fixed bug with reloading PM width from session; modules/textadept/session.lua 0 1 0
6 months mitchell mitchell Refactored snippets module, fixed bugs; modules/textadept/lsnippets.lua 0 1 0