aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Added test suite and API type checking for more helpful error messages.Gravatar mitchell2020-03-03
* Fixed regression with deleting an auto-pair when backspacing over the first.Gravatar mitchell2020-03-03
* Trim spaces when running filter through commands.Gravatar mitchell2020-03-02
* Autopair, typeover, and backspace delete match works with multiple selection.Gravatar mitchell2020-02-28
* Allow view functions to be run from the command entry by name only.Gravatar mitchell2020-02-28
* Fixed bugs in return values for standard_dropdown and msgbox dialogs.Gravatar mitchell2020-02-26
* Small code cleanup.Gravatar mitchell2020-02-26
* Fixed some documentation.Gravatar mitchell2020-02-26
* Alphabetize command line switches when showing help.Gravatar mitchell2020-02-24
* Fixed skipping of next event handler after disconnecting the current one.Gravatar mitchell2020-02-24
* Added `_SCINTILLA.events` and use it for SCNotifications.Gravatar mitchell2020-02-24
* Separated `_G.snippets` from `textadept.snippets`.Gravatar mitchell2020-02-22
* Removed '_' mnemonics from locale keys.Gravatar mitchell2020-02-21
* Tweaked localization keys.Gravatar mitchell2020-02-21
* Enable batch mode for gpg signing.Gravatar mitchell2020-02-20
* Updated LuaDoc.Gravatar mitchell2020-02-19
* Updated tags generator to include filename and ex_cmd ctags fields.Gravatar mitchell2020-02-19
* Allow Textadept API completions in special Lua buffers like a Lua REPL.Gravatar mitchell2020-02-19
* Added snippet trigger word completion.Gravatar mitchell2020-02-18
* Fixed C autocompletion error with typerefs.Gravatar mitchell2020-02-18
* Fixed bug when snippet end placeholder is lost.Gravatar mitchell2020-02-18
* Wrap searches in `textadept.run.goto_error()`.Gravatar mitchell2020-02-18
* Removed Makefile rule to create a ctags tags file.Gravatar mitchell2020-02-17
* Treat `textadept.editing.api_files` as already containing empty per-lexer lists.Gravatar mitchell2020-02-17
* Lua api generation script tweaks.Gravatar mitchell2020-02-17
* Support more Alt and Shift+Alt keys in Win32 curses.Gravatar mitchell2020-02-07
* Update the buffer z-order list when switching between views too.Gravatar mitchell2020-02-07
* Prevent hangs on WIN32 curses with `textadept.editing.filter_through()`.Gravatar mitchell2020-02-07
* Correctly detect _HOME and _USERHOME Lua files on Windows for autocompletion.Gravatar mitchell2020-02-07
* Fixed some Windows terminal version issues and updated to PDCurses 3.9.Gravatar mitchell2020-01-16
* Added information to `--line` command line switch.Gravatar mitchell2020-01-11
* Updated to scintilla hg tip to test the latest changes in nightly builds.Gravatar mitchell2020-01-09
* Updated scintilla.patch based on latest Scintilla LongTerm3 hg.Gravatar mitchell2020-01-07
* Added tag textadept_10.8 for changeset d40c3fab6fb4Gravatar mitchell2019-12-31
* Updated copyright year.Gravatar mitchell2019-12-31
* Updated CHANGELOG.md.Gravatar mitchell2019-12-31
* Updated to Scintilla 3.11.2.Gravatar mitchell2019-12-31
* Updated Lua autocompletion and documentation.Gravatar mitchell2019-12-31
* Updated for 10.8.Gravatar mitchell2019-12-31
* Added support for txt2tags.Gravatar mitchell2019-12-28
* Fixed bug in previous commit where flushing does not clear output buffer.Gravatar mitchell2019-11-26
* Fixed long line output for run, compile, and build commands.Gravatar mitchell2019-11-25
* Fixed bug in "Replace All in selection" with a match at the end of a selection.Gravatar mitchell2019-11-22
* Fixed event arguments for `events.AUTO_C_SELECTION_CHANGE`.Gravatar mitchell2019-11-18
* Make new arguments to `events.TAB_CLICKED` backwards-compatible.Gravatar mitchell2019-11-13
* API file lists and Lua tags lists can contain functions that return file paths.Gravatar mitchell2019-11-08
* Split Lua and Textadept autocompletion and documentation files.Gravatar mitchell2019-11-07
* Removed deprecated `ui.command_entry` functions.Gravatar mitchell2019-11-07
* Simplified some Makefile rules.Gravatar mitchell2019-11-07
* Changed `events.TAB_CLICKED` to emit button clicked as well as modifier keys.Gravatar mitchell2019-11-07