aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-07-28Added Italian translation and updated French translation.mitchell
Thanks to Giovanni Salmeri.
2015-07-25Highlight found text in find in files results.mitchell
2015-07-01Added tag textadept_8.1 for changeset 43161da9f976mitchell
2015-07-16Fixed transpose characters bug at buffer start; modules/textadept/editing.luamitchell
2015-07-01Updated CHANGELOG.md.mitchell
2015-06-30Updated Lua autocompletion and documentation.mitchell
2015-06-30Updated for 8.1.mitchell
2015-06-27The Enter key is always reported as '\n' on Windows; modules/textadept/keys.luamitchell
It may have been reported as '\r' long ago in previous versions of GTK or pdcurses, but on WinXP and Win7, it is always '\n'.
2015-06-23Allow `select_word()` to select all occurrences; modules/textadept/editing.luamitchell
This takes advantage of some of Scintilla's new API functions.
2015-06-23Updated to Scintilla 3.5.7.mitchell
2015-06-22Updated to Lua 5.3.1.mitchell
2015-06-09Added support for Windows Script Files; modules/textadept/file_types.luamitchell
Requires Scintillua r500 (changeset 130a0af31d5f).
2015-06-01Removed unnecessary casts; src/textadept.cmitchell
2015-06-01Updated to Scintilla 3.5.6; src/Makefilemitchell
2015-06-01Better solution for previous commit; modules/textadept/file_types.luamitchell
2015-05-13Allow "#!/usr/bin/env ..." file detection; modules/textadept/file_types.luamitchell
Keep "#!.+/sh" since "#!.+sh" as a pattern is too generic.
2015-05-07Added support for Elixir.mitchell
Requires Scintillua r494 (changeset 955860bf41a1).
2015-05-01Added tag textadept_8.0 for changeset fcb8982b4599mitchell
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