aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-01Added tag textadept_8.2 for changeset 9a873199b451mitchell
2015-08-31Updated CHANGELOG.md.mitchell
2015-08-31Updated FAQ.md.mitchell
2015-08-31Updated for 8.2.mitchell
2015-08-28Updated Lua autocompletion and documentation.mitchell
2015-08-28Added all gtdialog bugfixes and changes to CHANGELOG.md entries.mitchell
The changelog already had some important ones.
2015-08-28Added all Scintillua bugfixes and changes to CHANGELOG.md entries.mitchell
The changelog already had some important ones.
2015-08-28Added Scintilla bugfixes and changes to CHANGELOG.md entries.mitchell
2015-08-25Use an empty block comment string by default; modules/textadept/editing.luamitchell
This prevents an error message being generated.
2015-08-19Handle 'typeref' in ctags; modules/ansi_c/init.luamitchell
2015-08-16Block comment should respect indentation; modules/textadept/editing.luamitchell
2015-08-11Fixed segfault when quitting while the command entry is open; src/textadept.cmitchell
2015-08-08Added automatic syntax-checking capability as files are saved.mitchell
2015-08-08Added comment support for Elixir and WSF; modules/textadept/editing.luamitchell
2015-08-03Updated to Scintillua 3.6.0-1; src/Makefilemitchell
2015-08-02Updated to Scintilla 3.6.0.mitchell
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