aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-30Added tag textadept_7.7 for changeset 134a3cd02214mitchell
2014-09-30Updated CHANGELOG.md.mitchell
2014-09-30Updated to Scintillua 3.5.1-1; src/Makefilemitchell
2014-09-29Use lspawn 1.0; src/Makefilemitchell
2014-09-29Updated Lua autocompletion and documentation.mitchell
2014-09-29Updated for 7.7.mitchell
2014-09-29State that "Replace in Selection" is for contiguous selections; doc/manual.htmlmitchell
2014-09-29Fix replace bug when embedded Lua evals to a number; modules/textadept/find.luamitchell
2014-09-29Updated to Scintilla 3.5.1.mitchell
2014-09-17More LuaDoc updates.mitchell
2014-09-17Added terminal key binding to stop the currently running process.mitchell
2014-09-16Updated some LuaDoc.mitchell
2014-09-15Added Xtend lexer; modules/textadept/file_types.luamitchell
Requires latest Scintillua hg.
2014-09-11Fixed corner-case in switching to most recent buffer after closing; core/ui.luamitchell
2014-09-04Enable true spawning on Mac OSX GUI version.mitchell
This requires lspawn r25 (changeset acdfac5eb4cf).
2014-09-01Added tag textadept_7.6 for changeset 6511e089ca4emitchell
2014-09-01Updated for 7.6; doc/index.htmlmitchell
2014-09-01Updated to latest lspawn; src/Makefilemitchell
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