aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-17Effectively updated to Scintilla 3.7.5 with select backports to 3.7.3.mitchell
2017-06-04Fixed start-anchored "find prev" TRE regex searches; src/scintilla.patchmitchell
2017-05-26Changed "Cancel Snippet" keybinding to `Esc`.mitchell
2017-05-26Fixed bug that deleted characters outside of mangled snippets.mitchell
2017-04-30Added tag textadept_9.4 for changeset 90d027eb635fmitchell
2017-04-30Updated CHANGELOG.md ordering once more.mitchell
2017-04-30Updated CHANGELOG.md ordering.mitchell
2017-04-30Updated CHANGELOG.md.mitchell
2017-04-30Updated for 9.4.mitchell
2017-04-30Updated Lua documentation; modules/lua/apimitchell
2017-04-30Install Textadept icons to /usr/share/pixmaps; src/Makefilemitchell
2017-04-30Added support for Logtalk.mitchell
2017-04-30Updated to Scintillua 3.7.4-1; src/Makefilemitchell
2017-04-20Fixed .desktop file icon path issue caused by r2318; src/Makefilemitchell
2017-04-18Fixed some instances of snippet insertion with selected text.mitchell
Ensure snippet start position is as far back as possible.
2017-04-07Effectively updated to Scintilla 3.7.4 with select backports to 3.7.3.mitchell
Scintilla 3.7.4 requires a C++11 compiler, which I do not have.
2017-03-27Fixed .desktop file validation errors.mitchell
2017-03-24Fixed some bugs in "Replace All"; modules/textadept/find.luamitchell
"Replace All" after an initial search would only "replace in selection" and "Replace All" with the selection at EOF would not work.
2017-03-23No need to reassign reopened stderr; src/textadept.cmitchell
2017-03-23Fixed Moonscript association; modules/textadept/file_types.luamitchell
2017-03-16Use the C++ lexer for the ".cc" extension; modules/textadept/file_types.luamitchell
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