aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-31Added ability to type over characters like closing braces and quotes.mitchell
2013-01-29Updated Lua Adeptsense.mitchell
2013-01-29Updated for 6.3.mitchell
2013-01-20Updated copyright date.mitchell
2013-01-20Updated to Scintilla 3.2.4.mitchell
2013-01-20Updated LuaDoc; scripts/gen_iface.luamitchell
2013-01-07Removed donation link; README.txtmitchell
2013-01-05Do not error on non-existant dropped URIs; core/gui.luamitchell
2013-01-03Use `buffer.selection_mode` for ncurses mark mode; modules/textadept/keys.luamitchell
This requires Scintilla hg changeset 4323 (91f84362eeb0).
2013-01-01Added tag textadept_6.2 for changeset 25233f794b28mitchell
2013-01-01Updated CHANGELOG.md.mitchell
2012-12-30Updated for 6.2.mitchell
2012-12-30Updated Lua Adeptsense.mitchell
2012-12-16Added MEDIA.md.mitchell
2012-12-16Removed 'PATHS'; modules/textadept/snapopen.luamitchell
2012-12-26"make install" and "make ncurses install" install separate binaries.mitchell
2012-12-15Greatly improve speed when loading large files; modules/textadept/mime_types.luamitchell
2012-12-14Added tag textadept_6.1 for changeset 2c32745a7287mitchell
2012-12-10Updated CHANGELOG.md.mitchell
2012-12-09Updated for 6.1.mitchell
2012-12-09Remove "-m32" flag when compiling LuaJIT on 32-bit arch; src/Makefilemitchell
This also allows for compiling LuaJIT on ARM.
2012-12-06Added French translation from Gilles Grégoire; core/locales/locale.fr.confmitchell
2012-12-04Do not error when opening a nonexistent file; core/file_io.luamitchell
Thanks to Pedro Andres Aranda Gutierrez.
2012-12-03Fixed bug since readlink() does not append '\0'; src/textadept.cmitchell
2012-12-03Recognize special ncurses keys better.mitchell
2012-12-01Updated Lua Adeptsense.mitchell
2012-12-01Updated parameter LuaDoc.mitchell
2012-11-30Better detect architecture when compiling; src/Makefilemitchell
2012-11-27Clarified some LuaDoc; core/.buffer.luadocmitchell
2012-11-26Reverted r961.mitchell
2012-11-26Do not set DESTDIR and added PREFIX; src/Makefilemitchell
This allows for easier building of packages. Thanks to Pedro Andres Arranda Gutierrez.
2012-11-20Be consistent with regard to "caret" vs. "current position".mitchell
2012-11-19Rewrote LuaDoc.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-11-18Use proper type for color setting functions in themes.mitchell
2012-11-02Added tag textadept_6.0 for changeset 703d39a658e3mitchell
2012-10-31Updated CHANGELOG.md.mitchell
2012-10-31Updated Lua Adeptsense apidoc; modules/lua/apimitchell
2012-10-31Finalize icon; core/images/textadept.svgmitchell
2012-10-31Added official Python module; src/Makefilemitchell
2012-10-31Fix typos in documentation.mitchell
2012-10-31Updated LuaDoc; core/.buffer.luadocmitchell
2012-10-30Continued updating documentation formatting.mitchell
2012-10-30Updated to LuaJIT 2.0.0-beta11; core/compat.luamitchell
2012-10-30Pass "Escape" key to Scintilla correctly in ncurses.mitchell
2012-10-29Updated for 6.0.mitchell
2012-10-29Updated documentation formatting.mitchell
Pathnames and filenames are italic and be more consistent with constant width text.
2012-10-29Mention copying dll files when compiling for Win32; doc/12_Compiling.mdmitchell
2012-10-29Updated doc/markdowndoc.lua.mitchell
2012-10-23Fixed LuaDoc; core/.view.luadocmitchell