aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-01Updated book links for the second edition.mitchell
2015-05-01Updated CHANGELOG.md.mitchell
2015-05-01Updated 7 to 8 migration guide; doc/manual.mdmitchell
2015-04-30Updated for 8.0.mitchell
2015-04-30Updated Lua autocompletion and documentation.mitchell
2015-04-27Fixed filename encoding issues on Windows; core/ui.luamitchell
2015-04-22Added `RUN_IN_BACKGROUND` field for shell commands; modules/textadept/run.luamitchell
2015-04-21Added tag textadept_8.0_beta for changeset 4e303aa216admitchell
2015-04-21Updated CHANGELOG.md.mitchell
2015-04-21Removed Scintilla patch applied in 3.5.5; src/scintilla.patchmitchell
2015-04-19Updated Lua autocompletion and documentation.mitchell
2015-04-19Updated for 8.0 beta.mitchell
2015-04-18Updated to Scintilla 3.5.5.mitchell
2015-04-18Updated to Scintillua 3.5.5-1 and Scinterm 1.6; src/Makefilemitchell
2015-04-18Fixed 'require' bug with lfs and utf8 in LuaJIT version.mitchell
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
This requires lspawn r34 (changeset 85eadda7da2a).
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
This requires Scintillua r484 (changeset 6a4307f7d2cb).
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
Thanks to Lance Larsen.
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
On FreeBSD the https link was problematic.
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
These flags were causing the nightly builds to fail. Lua 5.3's 64-bit integers use "long long", which is not supported by c++98. However, mingw32 has issues with -std=c++0x and apple-darwin does not support it at all. Instead, resort to disabling the "long long" warning.
2015-03-12Emit `BUFFER_AFTER_SWITCH` event before `BUFFER_DELETED`; src/textadept.cmitchell
This fixes a view-specific property bug.
2015-03-12Lua code cleanup.mitchell
2015-03-12Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.mitchell
2015-03-11Nimrod is now Nim.mitchell
Requires Scintillua r483 (changeset 90bc656005cf).
2015-03-11Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.mitchell
LuaJIT uses Lua 5.3's new utf8 library. Restored documentation for Lua 5.1 symbols and added deprecation notes.
2015-03-11Added tag textadept_7.9 for changeset da36fd43f8afmitchell
2015-03-11Temporarily restore definition of `keys.LANGUAGE_MODULE_PREFIX`.mitchell
This is to avoid 3rd party language module breakage in 7.x. Will be removed in 8.0.
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