aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-15Allow undocumented `events.MODIFIED` to emit position and length.mitchell
2015-04-02Added tag textadept_8.0_alpha for changeset a4bf798fb8bemitchell
2015-04-13Added `symlink` filter option for ignoring symlinked files and directories.mitchell
2015-04-01Updated CHANGELOG.md.mitchell
2015-04-01Added migration guide to 8.0; doc/manual.mdmitchell
2015-04-01Small code cleanup; doc/markdown.luamitchell
2015-04-01Updated archives for 8.0 alpha.mitchell
2015-04-01Updated Lua autocompletion and documentation.mitchell
2015-04-01Updated for 8.0 alpha.mitchell
2015-03-26Document optional signal that can be sent to processes; core/init.luamitchell
2015-03-26"Goto Bookmark" shows marks from all buffers; modules/textadept/bookmarks.luamitchell
2015-03-20Small documentation updates.mitchell
2015-03-19Added some support for Rust and TOML.mitchell
2015-03-18Updated the location of ncurses on the build server; src/Makefilemitchell
2015-03-17Allow bookmarks to be toggled on specific lines; modules/textadept/bookmarks.luamitchell
2015-03-16Code cleanup based on the output of luacheck, a Lua linter.mitchell
2015-03-15Removed long-hand compile and run string macros; modules/textadept/run.luamitchell
2015-03-16Fixed CFLAGS and CXXFLAGS passing for automated x86_64 builds; src/Makefilemitchell
2015-03-14Updated compilation information and instructions for BSD; doc/manual.mdmitchell
2015-03-14Updated lfs download zip name and link; src/Makefilemitchell
2015-03-14Updated lfs download zip name; src/Makefilemitchell
2015-03-14Filter through now uses `spawn()`; modules/textadept/editing.luamitchell
2015-03-14Prevent -h, --help switches from exiting single instance; core/args.luamitchell
2015-03-13Fixed build flags; src/Makefilemitchell
2015-03-12Emit `BUFFER_AFTER_SWITCH` event before `BUFFER_DELETED`; src/textadept.cmitchell
2015-03-12Lua code cleanup.mitchell
2015-03-12Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.mitchell
2015-03-11Nimrod is now Nim.mitchell
2015-03-11Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.mitchell
2015-03-11Added tag textadept_7.9 for changeset da36fd43f8afmitchell
2015-03-11Temporarily restore definition of `keys.LANGUAGE_MODULE_PREFIX`.mitchell
2015-03-11Fixed bug with new view-specific properties; core/ui.luamitchell
2015-03-10Updated CHANGELOG.md.mitchell
2015-03-10Need latest Scinterm to utilize Scintilla patch from r1949; src/Makefilemitchell
2015-03-10Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.mitchell
2015-03-10Updated Lua autocompletion and documentation.mitchell
2015-03-10Updated for 7.9.mitchell
2015-03-10Patch Scintilla to fix tab stop calculations in curses; src/scintilla.patchmitchell
2015-03-10Stop documenting some non-useful buffer functions and fields.mitchell
2015-03-10Made `io.boms` private, as there are few BOMs in existence; core/file_io.luamitchell
2015-03-10Merged `textadept.file_types.shebangs` into `textadept.file_types.patterns`.mitchell
2015-03-09Removed `keys.LANGUAGE_MODULE_PREFIX` since language modules no longer use it.mitchell
2015-03-09Moved `events.FILE_SAVED_AS` into `events.FILE_AFTER_SAVE` as extra argument.mitchell
2015-03-09Fixed accidental firing of "Escape" key on window focus lost; src/textadept.cmitchell
2015-03-09Stop documenting hotspots since new indicator attributes supplant hotspots.mitchell
2015-03-09Updated to Scintilla 3.5.4.mitchell
2015-03-09Fixed nightly builds; src/Makefilemitchell
2015-03-07Updated language module link and location.mitchell
2015-03-07Added Fish lexer; modules/textadept/file_types.luamitchell
2015-03-07Official language modules are all in one repository now; src/Makefilemitchell