aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-27Fixed macro toggling with some key combinations.mitchell
2019-09-25Fixed opening of non-UTF-8-encoded filenames dropped into a view.mitchell
2019-09-23Replaced `textadept.macros.*_recording()` with `textadept.macros.record()`.mitchell
2019-09-22Replaced `ui.command_entry.*_mode()` with simplified `ui.command_entry.run()`.mitchell
2019-09-21Enabled all theme colors and changed line number colors in the terminal version.mitchell
2019-09-21Added back "Paste Reindent", but as a separate menu/key/command from "Paste".mitchell
2019-09-20Do not restore rectangular selection mode on buffer switch.mitchell
2019-09-20Restore rectangular selection state when switching between buffers.mitchell
2019-09-19Restore virtual space state when switching between buffers.mitchell
2019-09-19Fixed bug introduced in r2623.mitchell
2019-09-19Do not consider theme files as countable lines of code.mitchell
2019-09-19Small LuaDoc tweak.mitchell
2019-09-19Properly handle absolute paths in run output and case-insensitivity on Windows.mitchell
2019-09-18Refactored "Replace All" to be more performant.mitchell
2019-09-17Fixed scroll issues when toggling line wrap.mitchell
2019-09-15Updated FAQ with HiDPI font display on Windows.mitchell
2019-09-01Added tag textadept_10.6 for changeset a3eb885540c9mitchell
2019-09-01Removed unnecessary Scintilla patch.mitchell
2019-08-31Updated LuaDoc.mitchell
2019-08-30Updated CHANGELOG.md.mitchell
2019-08-30Updated Lua autocompletion and documentation.mitchell
2019-08-30Updated for 10.6.mitchell
2019-08-30Updated to Scintilla 3.11.0.mitchell
2019-08-25Do not auto-indent when pressing enter at the start of a non-empty line.mitchell
2019-08-08Fixed LuaDoc for keybindings.mitchell
2019-08-07Improve caret sticky behavior when switching between buffers.mitchell
2019-08-05Added support for ksh and mksh shells.mitchell
2019-07-30Fail more gracefully when attempting to create buffers on init.mitchell
2019-07-30Document the inability to create buffers during initialization.mitchell
2019-07-30Use CP1252 instead of ISO-8859-1.mitchell
2019-07-11Updated to latest Scintilla LongTerm3 revision.mitchell
2019-07-02Added tag textadept_10.5 for changeset aa1c41ba9225mitchell
2019-06-30Updated CHANGELOG.md.mitchell
2019-06-30Updated Lua autocompletion and documentation.mitchell
2019-06-30Updated for 10.5.mitchell
2019-06-30Updated to Scintilla 3.10.6.mitchell
2019-06-02Fixed bug with filters that have extension includes and pattern excludes.mitchell
2019-06-01GTK+ was renamed to GTK recently.mitchell
2019-05-03Updated default main window size and some default dialog sizes.mitchell
2019-05-02Added case-insensitive option to `textadept.editing.show_documentation()`.mitchell
2019-05-02Do not advance the caret on failed incremental find.mitchell
2019-04-30Added tag textadept_10.4 for changeset 594d642981eamitchell
2019-04-30Removed "new" references to the Textadept Quick References book.mitchell
2019-04-30Updated CHANGELOG.md.mitchell
2019-04-27Updated Scintilla revision to fix compile error on old Mac OSX SDK.mitchell
2019-04-26Updated CHANGELOG.md.mitchell
2019-04-26Updated Lua autocompletion and documentation.mitchell
2019-04-26Updated for 10.4.mitchell
2019-04-18Do not emit an `events.SAVE_POINT_LEFT` event for unfocused views.mitchell
2019-04-17Updated to Scintilla 3.10.4.mitchell