aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-01Updated to Scintillua 3.5.0-1 and Scinterm 1.4; src/Makefilemitchell
2014-09-01Updated CHANGELOG.md.mitchell
2014-09-01Updated for Textadept 7.6.mitchell
2014-09-01Updated Lua autocompletion and documentation.mitchell
2014-08-23Patch Scintilla 3.5.0 to compile for Mac OSX; src/scintilla.patchmitchell
This patch should be reverted if it is applied upstream.
2014-08-18Updated to Scintilla 3.5.0.mitchell
2014-08-15Added note about `make deps` when compiling from source; doc/manual.mdmitchell
2014-08-15Fixed LuaDoc; core/.buffer.luadocmitchell
2014-08-15More options for `lfs.dir_foreach()`; core/lfs_ext.luamitchell
A limit on the level of directories to recurse into can be placed, and directory names can be passed to functions.
2014-08-15Correctly recognize DEL when emitted by the Backspace key; src/textadept.cmitchell
2014-08-15Reverted separating ^H from Backspace in the terminal version.mitchell
2014-08-13Fixed naming of lspawn object files; src/Makefilemitchell
2014-08-13Separate ^H from Backspace in the terminal version.mitchell
Also have libtermkey take care of saving and restoring termios.
2014-08-10Switch to previous buffer after closing a buffer; core/ui.luamitchell
2014-08-09Indicate presence of a BOM next to statusbar encoding; core/ui.luamitchell
2014-07-19Added .desktop files for Linux.mitchell
2014-07-19Updated Swedish translation; core/locales/locale.sv.confmitchell
Thanks to Niklas Wallén.
2014-07-18Updated to LPeg 0.12; src/Makefilemitchell
Requires Scintillua changeset 441.
2014-07-18Fixed link; doc/manual.mdmitchell
2014-07-18Do not prevent Makefile from passing DEBUG flag to sub-`make`s; src/Makefilemitchell
2014-07-12Cleaned up Makefile with target-specific variables; src/Makefilemitchell
2014-07-12Implement spawn functionality for terminal version.mitchell
Requires lspawn r21. Thanks to Chris Emerson for proof-of-concept code. Spawning still does not work for Win32 terminal version, though.
2014-07-11Added tag textadept_7.5 for changeset 3868e48e884cmitchell
2014-07-11Fixed documentation generation when `../doc/bombay` isn't present; src/Makefilemitchell
2014-07-10Updated CHANGELOG.md.mitchell
2014-07-10Updated Lua autocompletion and documentation.mitchell
2014-07-10Updated for 7.5.mitchell
2014-07-09Updated Polish translation; core/locales/locale.pl.confmitchell
Thanks to Piotr Orzechowski.
2014-07-09Updated FAQ.md on dependency compile errors.mitchell
Describe how to identify and download revisions rather than relying on tags, which will be removed.
2014-07-09Refactored bits of the Makefile and added Scintillua et. al. versioning.mitchell
2014-07-03Updated to Scintilla 3.4.4.mitchell
2014-07-03Updated header links to be relative when possible; doc/.header.mdmitchell
2014-07-02Updated links and homepage.mitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-28Changed URL for stats.mitchell
2014-06-24Updated Polish translation; core/locales/locale.pl.confmitchell
Thanks to Piotr Orzechowski
2014-06-21Added Polish translation.mitchell
Thanks to Piotr Orzechowski.
2014-06-20More info on sponsorship.mitchell
2014-06-20More code cleanup; modules/textadept/editing.luamitchell
2014-06-20Added sponsors and sponsorship info; THANKS.mdmitchell
2014-06-20Added `event.FOCUS` for when Textadept's window receives focus.mitchell
2014-06-12Lua code cleanup.mitchell
2014-06-12Added tag textadept_7.4 for changeset dc429d5b0891mitchell
2014-06-10Updated CHANGELOG.md.mitchell
2014-06-10Updated for 7.4.mitchell
2014-06-09Generate Lua interface using Scintilla instead of SciTE; scripts/gen_iface.luamitchell
2014-06-09Fixed word autocompletion bug when ignoring case; modules/textadept/editing.luamitchell
2014-06-07Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.mitchell
2014-06-07Updated FAQ.md.mitchell
2014-06-07Added parameter to `events.UPDATE_UI`.mitchell