aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Added tag textadept_10.7 for changeset 76072c308aa9Gravatar mitchell2019-10-31
* Updated CHANGELOG.md.Gravatar mitchell2019-10-31
* Updated Lua autocompletion and documentation.Gravatar mitchell2019-10-31
* Updated for 10.7.Gravatar mitchell2019-10-31
* Updated to Scintilla 3.11.1.Gravatar mitchell2019-10-26
* Ensure `events.BUFFER_BEFORE_SWITCH` is emitted properly during `buffer.new()`.Gravatar mitchell2019-10-06
* Fixed macro toggling with some key combinations.Gravatar mitchell2019-09-27
* Fixed opening of non-UTF-8-encoded filenames dropped into a view.Gravatar mitchell2019-09-25
* Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`.Gravatar mitchell2019-09-23
* Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.Gravatar mitchell2019-09-22
* Enabled all theme colors and changed line number colors in the terminal version.Gravatar mitchell2019-09-21
* Added back "Paste Reindent", but as a separate menu/key/command from "Paste".Gravatar mitchell2019-09-21
* Do not restore rectangular selection mode on buffer switch.Gravatar mitchell2019-09-20
* Restore rectangular selection state when switching between buffers.Gravatar mitchell2019-09-20
* Restore virtual space state when switching between buffers.Gravatar mitchell2019-09-19
* Fixed bug introduced in r2623.Gravatar mitchell2019-09-19
* Do not consider theme files as countable lines of code.Gravatar mitchell2019-09-19
* Small LuaDoc tweak.Gravatar mitchell2019-09-19
* Properly handle absolute paths in run output and case-insensitivity on Windows.Gravatar mitchell2019-09-19
* Refactored "Replace All" to be more performant.Gravatar mitchell2019-09-18
* Fixed scroll issues when toggling line wrap.Gravatar mitchell2019-09-17
* Updated FAQ with HiDPI font display on Windows.Gravatar mitchell2019-09-15
* Added tag textadept_10.6 for changeset a3eb885540c9Gravatar mitchell2019-09-01
* Removed unnecessary Scintilla patch.Gravatar mitchell2019-09-01
* Updated LuaDoc.Gravatar mitchell2019-08-31
* Updated CHANGELOG.md.Gravatar mitchell2019-08-30
* Updated Lua autocompletion and documentation.Gravatar mitchell2019-08-30
* Updated for 10.6.Gravatar mitchell2019-08-30
* Updated to Scintilla 3.11.0.Gravatar mitchell2019-08-30
* Do not auto-indent when pressing enter at the start of a non-empty line.Gravatar mitchell2019-08-25
* Fixed LuaDoc for keybindings.Gravatar mitchell2019-08-08
* Improve caret sticky behavior when switching between buffers.Gravatar mitchell2019-08-07
* Added support for ksh and mksh shells.Gravatar mitchell2019-08-05
* Fail more gracefully when attempting to create buffers on init.Gravatar mitchell2019-07-30