aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-06-05Replaced large logo on homepage with animated gif.mitchell
2014-06-04Updated spawn LuaDoc; core/init.luamitchell
2014-06-04Always focus the message buffer initially; modules/textadept/run.luamitchell
This allows process output to be scrolled into view until the user switches buffers.
2014-06-04Pressing "Enter" in message buffer simulates double-click.mitchell
In a "Find in Files" buffer, goes to the file on the current line. In a message buffer, jumps to the error or warning on the current line.
2014-06-02Added tag textadept_7.3 for changeset d15064693a33mitchell
2014-05-31Updated CHANGELOG.md.mitchell
2014-05-31Updated for 7.3.mitchell
2014-05-31Updated Lua autocompletions and documentation.mitchell
2014-05-31Fixed erroneous LuaDoc.mitchell
2014-05-29Code cleanup.mitchell