aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-19Ensure wget uses the correct names when saving dependencies; src/Makefilemitchell
2013-12-19Added configurable tab context menus.mitchell
2013-12-19Export TermKey instance so CDK can use it for input.mitchell
2013-12-18Renamed "hypertext" lexer to "html".mitchell
2013-12-18Enable read-only access to the current chain of key sequences; core/keys.luamitchell
2013-12-16Updated LuaDoc; core/.buffer.luadocmitchell
2013-12-15Added dummy `flush()` for processes in experimental winapi; core/file_io.luamitchell
2013-12-15Updated to Scintilla 3.3.7.mitchell
2013-12-15Updated src/lua.patch for Lua 5.2.3.mitchell
2013-12-14Updated to Lua 5.2.3; src/Makefilemitchell
2013-12-14Do not stop opening files if one of them is already open; core/file_io.luamitchell
2013-12-14Allow process writing in experimental winapi.mitchell
2013-12-14Updated book information.mitchell
2013-12-12Honor window maximized setting in session files; modules/textadept/session.luamitchell
2013-12-12More LuaDoc updates.mitchell
2013-11-20Fixed `os.execute()` return values in experimental winapi; core/file_io.luamitchell
2013-11-20Look for `~/.textadept/osx_env.sh` for OSX environment variables.mitchell
2013-11-19Do not split the view when printing messages if tabs are enabled; core/ui.luamitchell
2013-11-19Experimental winapi extension for preventing the flashing black box on Windows.mitchell
2013-11-18LuaDoc updates.mitchell
2013-11-14Added support for Dart; modules/textadept/file_types.luamitchell
2013-11-11Added tag textadept_7.1 for changeset dcefcbb61eebmitchell
2013-11-11Updated CHANGELOG.md.mitchell
2013-11-11Updated Lua Adeptsense.mitchell
2013-11-11Updated for 7.1.mitchell
2013-11-11Updated documentation.mitchell
2013-11-11Added `events.FILE_CHANGED`; core/file_io.luamitchell
2013-11-11Fixed bug when replacement captures have escapes; modules/textadept/find.luamitchell
2013-11-11Fixed bug with Scintilla notification constants.mitchell
2013-11-10`ui.clipboard_text` is no longer read-only.mitchell
2013-11-10Disable strip trailing spaces by default.mitchell
2013-11-10Store the full Lua pattern match in "%0" for use in replacement text.mitchell
2013-11-10Updated LuaDoc.mitchell
2013-11-07Added support for tabs.mitchell
2013-11-07New ANSI C lexer.mitchell
2013-11-03Link to the book's Table of Contents.mitchell
2013-11-02Added links to order the book and make donations.mitchell
2013-11-01Added tag textadept_7.0 for changeset 62229bed720emitchell
2013-11-01Updated CHANGELOG.md.mitchell
2013-10-30Updated Lua Adeptsense.mitchell
2013-10-30Updated for 7.0.mitchell
2013-10-30Fixed GTK3 bug with split views introduced in r1611; src/textadept.cmitchell
2013-10-30Fix OSX command key recognition; src/scintilla.patchmitchell
2013-10-29Temporary patch to identify OSX command key mouse modifiers; src/scintilla.patchmitchell
2013-10-29More documentation updates.mitchell
2013-10-29Removed alpha settings since curses cannot show alpha; themes/term.luamitchell
2013-10-29Fix `enclose()` to enclose the whole current word; modules/textadept/editing.luamitchell
2013-10-29Fix warnings and errors when compiling for GTK3.mitchell
2013-10-23`goto_ctag()` can show all known tags now; modules/textadept/adeptsense.luamitchell
2013-10-23Combine `SCFIND_POSIX` with `SCFIND_REGEXP` into `buffer.FIND_REGEXP`.mitchell