aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-15Removed `exclude_FILTER` parameter from `io.quick_open()`.mitchell
2016-06-15Removed CVS project recognition and assume Subversion v1.8+.mitchell
2016-06-15Removed explicit detection and use of extinct CR line endings.mitchell
2016-06-15Removed explicit BOM support.mitchell
2016-06-15Renamed "snapopen" to "quick open" in APIs and menus.mitchell
2016-06-14Fixed API documentation generation bug; doc/markdowndoc.luamitchell
2016-06-11Updated to Lua 5.3.3.mitchell
2016-06-05Updated to Scintilla 3.6.6; src/Makefilemitchell
2016-05-19Fixed stack overflow when accessing nil keys; modules/textadept/menu.luamitchell
2016-04-30Added tag textadept_8.7 for changeset 70ce6812e62fmitchell
2016-04-30Updated CHANGELOG.md.mitchell
2016-04-29Added keybinding for setting compile/run args; modules/textadept/keys.luamitchell
2016-04-29Updated Lua autocompletion and documentation.mitchell
2016-04-29Textadept has been around for more than 8 years now; doc/manual.mdmitchell
2016-04-29Updated for 8.7.mitchell
2016-04-29Disabled `CHECK_SYNTAX` by default; modules/textadept/run.luamitchell
2016-04-28`enclose()` works with multiple selections; modules/textadept/editing.luamitchell
2016-04-28Updated some translations.mitchell
2016-04-26Handle non-existent compile/run commands gracefully; modules/textadept/menu.luamitchell
2016-04-26Updated Scintilla, Scinterm, and lspawn; src/Makefilemitchell
2016-04-18Reverted r2149 (center found text in the view); modules/textadept/find.luamitchell
2016-04-16Added menu item and dialog for setting run/compile command arguments.mitchell
2016-04-16Allow file-specific run/compile commands; modules/textadept/run.luamitchell
2016-04-16Localize "Lua reset" message.mitchell
2016-04-16Fixed spelling error in English-localized messages.mitchell
2016-04-16Find in files should not print the contents of binary files.mitchell
2016-04-16Fixed error when showing style at buffer end; modules/textadept/menu.luamitchell
2016-04-16Small code cleanup.mitchell
2016-04-16`events.CHAR_ADDED` emits a character code, not a byte.mitchell
2016-04-15Allow `textadept.menu.menubar = nil`; modules/textadept/menu.luamitchell
2016-04-15Use function notation for menu and key commands.mitchell
2016-04-12Ouput 'cd' for run/compile commands when necessary; modules/textadept/run.luamitchell
2016-04-11Fixed regression for `%<...>` and `%[...]`; modules/textadept/snippets.luamitchell
2016-04-11Save and restore horizontal scroll position when switching buffers; core/ui.luamitchell
2016-04-10Small documentation update.mitchell
2016-04-10Fixed "replace within selection" edge case; modules/textadept/find.luamitchell
2016-04-10Center found text in the view; modules/textadept/find.luamitchell
2016-04-09More efficient window refreshing in the terminal version; src/textadept.cmitchell
2016-04-09Fixed bugs in session view restoration; modules/textadept/session.luamitchell
2016-04-07Code cleanup, bugfixes, and improvements; modules/textadept/run.luamitchell
2016-04-07Only show snippet trigger and text in selection dialog.mitchell
2016-04-06Allow string lookup of menu items in menus; modules/textadept/menu.luamitchell
2016-04-06Do not assume 1-byte characters in incremental find; modules/textadept/keys.luamitchell
2016-04-06Default to project root when finding in files; modules/textadept/find.luamitchell
2016-04-05Support UTF-8 searches in files; modules/textadept/find.luamitchell
2016-04-05Improved efficiency of word autocompletion from all buffers.mitchell
2016-04-05Fixed indentation conversion; modules/textadept/editing.luamitchell
2016-04-05Use more accurate variable names in `events.CHAR_ADDED` events.mitchell
2016-04-05Reworked Lua completions; modules/textadept/command_entry.luamitchell
2016-04-05Do not run some `events.UPDATE_UI` handlers when scrolling.mitchell