aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-30Added tag textadept_9.5_beta for changeset 6f6113d6c519mitchell
2017-06-30Updated CHANGELOG.md.mitchell
2017-06-30Updated Lua autocompletion and documentation.mitchell
2017-06-30Small LuaDoc update.mitchell
2017-06-30Updated for 9.5 beta.mitchell
2017-06-27Added FAQ entry on Mercurial TLS settings.mitchell
2017-06-27Textadept Quick Reference Third Edition is no longer "new".mitchell
2017-06-25Updated to gtDialog 1.4.mitchell
2017-06-25Updated to Scinterm 1.9.mitchell
2017-06-23Small code cleanup.mitchell
2017-06-22Lua command entry improvements.mitchell
Mimic Lua 5.3 interpreter by auto-printing results and making '=' prefix optional, call returned functions implicitly (no calling parentheses required), and pretty print tables.
2017-06-22Allow pipes in shell command for "filter through".mitchell
2017-06-21Correctly handle multiple '!' patterns in file filters.mitchell
This allows for specific file and folder includes.
2017-06-21Sort Scintilla backport patches before applying them.mitchell
2017-06-20Added support and documentation for new ui dialogs.mitchell
This requires gtdialog r108 (changeset 8465c20432e1).
2017-06-20Added documentation for new color selection dialog.mitchell
This requires gtdialog r106 (changeset 4fbcad4d2031).
2017-06-20Updated key binding in manual for cancelling a snippet.mitchell
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