Age | Commit message (Expand) | Author |
2020-03-16 | Renamed `keys.MODE` to `keys.mode`. |  mitchell |
2020-03-16 | Use a default width for `ui.dialogs.filteredlist` dialogs. |  mitchell |
2020-03-16 | Detect and allow jumping to internal Lua errors. |  mitchell |
2020-03-16 | Updated menu mnemonic for Buffer > Encoding. |  mitchell |
2020-03-14 | More code cleanup, refactoring, and reformatting. |  mitchell |
2020-03-13 | More code cleanup and refactoring. |  mitchell |
2020-03-12 | When generating iface for Scintilla events, move modifiers parameter to end. |  mitchell |
2020-03-11 | Replaced `buffer.style_name` table with `buffer:name_of_style()`. |  mitchell |
2020-03-11 | More code cleanup, refactoring, and formatting. |  mitchell |
2020-03-10 | Core code cleanup, reformat, refactoring, and bugfixes. |  mitchell |
2020-03-07 | Updated German translation. |  mitchell |
2020-03-03 | Updated LuaDoc. |  mitchell |
2020-03-03 | Move test.lua into test folder. |  mitchell |
2020-03-03 | Added test suite and API type checking for more helpful error messages. |  mitchell |
2020-02-28 | Autopair, typeover, and backspace delete match works with multiple selection. |  mitchell |
2020-02-26 | Fixed bugs in return values for standard_dropdown and msgbox dialogs. |  mitchell |
2020-02-26 | Small code cleanup. |  mitchell |
2020-02-26 | Fixed some documentation. |  mitchell |
2020-02-24 | Alphabetize command line switches when showing help. |  mitchell |
2020-02-24 | Fixed skipping of next event handler after disconnecting the current one. |  mitchell |
2020-02-24 | Added `_SCINTILLA.events` and use it for SCNotifications. |  mitchell |
2020-02-21 | Removed '_' mnemonics from locale keys. |  mitchell |
2020-02-21 | Tweaked localization keys. |  mitchell |
2020-02-19 | Updated LuaDoc. |  mitchell |
2020-02-18 | Added snippet trigger word completion. |  mitchell |
2020-02-07 | Update the buffer z-order list when switching between views too. |  mitchell |
2020-01-16 | Fixed some Windows terminal version issues and updated to PDCurses 3.9. |  mitchell |
2019-12-31 | Updated copyright year. |  mitchell |
2019-12-31 | Updated to Scintilla 3.11.2. |  mitchell |
2019-12-31 | Updated for 10.8. |  mitchell |
2019-11-18 | Fixed event arguments for `events.AUTO_C_SELECTION_CHANGE`. |  mitchell |
2019-11-13 | Make new arguments to `events.TAB_CLICKED` backwards-compatible. |  mitchell |
2019-11-07 | Changed `events.TAB_CLICKED` to emit button clicked as well as modifier keys. |  mitchell |
2019-10-31 | Updated for 10.7. |  mitchell |
2019-10-26 | Updated to Scintilla 3.11.1. |  mitchell |
2019-09-25 | Fixed opening of non-UTF-8-encoded filenames dropped into a view. |  mitchell |
2019-09-23 | Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`. |  mitchell |
2019-09-21 | Added back "Paste Reindent", but as a separate menu/key/command from "Paste". |  mitchell |
2019-09-20 | Do not restore rectangular selection mode on buffer switch. |  mitchell |
2019-09-20 | Restore rectangular selection state when switching between buffers. |  mitchell |
2019-09-19 | Restore virtual space state when switching between buffers. |  mitchell |
2019-09-19 | Fixed bug introduced in r2623. |  mitchell |
2019-09-19 | Properly handle absolute paths in run output and case-insensitivity on Windows. |  mitchell |
2019-08-31 | Updated LuaDoc. |  mitchell |
2019-08-30 | Updated for 10.6. |  mitchell |
2019-08-07 | Improve caret sticky behavior when switching between buffers. |  mitchell |
2019-07-30 | Fail more gracefully when attempting to create buffers on init. |  mitchell |
2019-07-30 | Use CP1252 instead of ISO-8859-1. |  mitchell |
2019-07-11 | Updated to latest Scintilla LongTerm3 revision. |  mitchell |
2019-06-30 | Updated for 10.5. |  mitchell |