aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-16Mac uses `Esc` now instead of `⎋`; doc/manual.mdmitchell
2017-03-15Updated LuaDoc; core/init.luamitchell
2017-03-15Patch Scintilla regression displaying autocompletion lists on only one monitor.mitchell
2017-03-15Prior to patching termkey, make sure it is write-able; src/Makefilemitchell
2017-03-03Added tag textadept_9.3 for changeset 5969451ae1femitchell
2017-02-28Updated CHANGELOG.md.mitchell
2017-02-28Use a more recent version of Scintillua; src/Makefilemitchell
2017-02-28Updated for 9.3.mitchell
2017-02-28Updated localization string; modules/textadept/menu.luamitchell
Introduced in r2288 and r2291.
2017-02-25Added support for rc and Standard ML.mitchell
Requires Scintillua r592 (changeset 149ae95d14f3).
2017-02-24Applied upstream Scintilla patch for stream selection mode; src/scintilla.patchmitchell
2017-02-22Updated to Scintillua 3.7.3; src/Makefilemitchell
2017-02-22Fixed attribution; core/locales/locale.pl.confmitchell
2017-02-22Updated to Scintilla 3.7.3; src/Makefilemitchell
2017-02-22Updated Polish translation; core/locales/locale.pl.confmitchell
Thanks to Piotr Orzechowski.
2017-02-22Tweaked `make clean-deps` rule; src/Makefilemitchell
2017-02-12Fixed "Match Case" toggling during "Regex" searches; src/scintilla.patchmitchell
2017-02-12Improved build for when dependencies are updated, and added summary to manual.mitchell
2017-02-12Print lexer initialization errors like normal errors.mitchell
Otherwise, stderr needs to be inspected. Requires Scintillua r584 (changeset fa39221dd5ad).
2017-02-02Updated to Lua 5.3.4.mitchell
2017-02-02Do not move over selected typeover characters; modules/textadept/editing.luamitchell
Typing into selections should replace the selection.
2017-01-12Updated LuaDoc; modules/textadept/editing.luamitchell
2017-01-11Fixed localization regression introduced in r2288; core/locale.confmitchell
2017-01-06Fixed typo; doc/manual.mdmitchell
2017-01-02Improved LuaJIT compatibility; core/init.luamitchell
Some third-party extensions make use of Lua 5.3's `table.insert()`.
2017-01-01Use more descriptive header in command selection dialog.mitchell
2016-12-31Added footer link; doc/.footer.mdmitchell
2016-12-31Updated copyright information.mitchell
2016-12-30Updated to Scintilla 3.7.2.mitchell
2016-12-21Added tag textadept_9.2 for changeset 3101763365cfmitchell
2016-12-21Updated CHANGELOG.md.mitchell
2016-12-21Updated for 9.2.mitchell
2016-12-20Applied temporary Scintilla patch to fix crashes; src/scintilla.patchmitchell
2016-12-10Added tag textadept_9.1 for changeset 26937058f428mitchell
2016-12-10Updated CHANGELOG.md.mitchell
2016-12-08Updated file types; src/Info.plistmitchell
2016-12-08Updated Lua autocompletion and documentation.mitchell
2016-12-08Updated for 9.1.mitchell
2016-12-08Prevent duplicate recent files on session load; modules/textadept/session.luamitchell
2016-12-05Updated to Scintilla 3.7.1.mitchell
2016-11-16Fixed bug in previous commit; modules/textadept/menu.luamitchell
2016-11-11Be more efficient when updating menu item functions; modules/textadept/menu.luamitchell
Updating the entire menu is overkill and seems to slow down upon `reset()`.
2016-11-04Removed MacRoman encoding option, as OSX uses UTF-8 by default.mitchell
2016-11-01Improvements and fixes to the `install` rule; src/Makefilemitchell
Thanks to Pedro Andres Aranda Gutierrez.
2016-10-31Automatically install/uninstall .desktop files as necessary; src/Makefilemitchell
2016-10-19Allow detection of encodings with NUL bytes like UTF-16; core/file_io.luamitchell
2016-10-19Updated to Scintilla 3.7.0.mitchell
2016-10-18Fixed bug in find/replace with consecutive matches; modules/textadept/find.luamitchell
2016-10-06Added support for Protobuf and Crystal.mitchell
Requires Scintillua r570 (changeset fe4431acc506).
2016-10-01Added tag textadept_9.0 for changeset bdd7e352df48mitchell