aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* When generating iface for Scintilla events, move modifiers parameter to end.Gravatar mitchell2020-03-12
* Replaced `buffer.style_name` table with `buffer:name_of_style()`.Gravatar mitchell2020-03-11
* Updated tests.Gravatar mitchell2020-03-11
* More code cleanup, refactoring, and formatting.Gravatar mitchell2020-03-11
* Removed '=' compatibility in Lua command entry.Gravatar mitchell2020-03-10
* `textadept.bookmarks.toggle()` only toggles on the current line now.Gravatar mitchell2020-03-10
* Updated to latest Scintilla required by r2699.Gravatar mitchell2020-03-10
* Core code cleanup, reformat, refactoring, and bugfixes.Gravatar mitchell2020-03-10
* Fixed bug in previous commit that always loaded default lexers before user ones.Gravatar mitchell2020-03-09
* Support SCI_PRIVATELEXERCALL with SCI_LOADLEXERLIBRARY.Gravatar mitchell2020-03-08
* Updated German translation.Gravatar mitchell2020-03-07
* Ask LPeg lexer which lexers are available instead of searching for them.Gravatar mitchell2020-03-07
* Added lexer tests.Gravatar mitchell2020-03-05
* Added tests for some complex menu functions.Gravatar mitchell2020-03-03
* Updated LuaDoc.Gravatar mitchell2020-03-03
* Revert accidental check in of Lua autocompletion and documentation.Gravatar mitchell2020-03-03
* Move test.lua into test folder.Gravatar mitchell2020-03-03
* 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