aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
...
* Compile, run, and build command functions can also return environment tables.Gravatar mitchell2021-01-22
* Added Xs support.Gravatar mitchell2021-01-12
* Added systemd support.Gravatar mitchell2021-01-12
* Added Spin support.Gravatar mitchell2021-01-12
* Added RouterOS support.Gravatar mitchell2021-01-12
* Added fstab support.Gravatar mitchell2021-01-12
* Added systemd-networkd support.Gravatar mitchell2021-01-12
* Added Zig support.Gravatar mitchell2021-01-12
* Added Reason support.Gravatar mitchell2021-01-11
* Added Pony support.Gravatar mitchell2021-01-11
* Added Meson support.Gravatar mitchell2021-01-11
* Added Julia support.Gravatar mitchell2021-01-11
* Added Fantom support.Gravatar mitchell2021-01-11
* Added Elm support.Gravatar mitchell2021-01-11
* Added Clojure support.Gravatar mitchell2021-01-11
* Fixed minor file extension issues.Gravatar mitchell2021-01-08
* Ensure a bare `ui.find.focus()` call resets incremental and in files options.Gravatar mitchell2020-12-19
* Save the current session prior to loading another one.Gravatar mitchell2020-12-15
* Updated Go error patterns.Gravatar mitchell2020-12-11
* Updated LuaDoc.Gravatar mitchell2020-11-30
* Added `events.UNFOCUS` for when Textadept loses focus.Gravatar mitchell2020-11-16
* Added argument to `events.FIND_RESULT_FOUND`.Gravatar mitchell2020-11-10
* Fill `keys` and `snippet` tables with language-specific tables on init.Gravatar mitchell2020-11-10
* Added optional mode parameter to `ui.command_entry.append_history()`.Gravatar mitchell2020-11-01
* Moved find occurrence highlighting and counting into an event handler.Gravatar mitchell2020-10-30
* Updated LuaDoc.Gravatar mitchell2020-10-27
* Small code cleanup.Gravatar mitchell2020-10-23
* `textadept.editing.strip_trailing_spaces` should not apply to binary files.Gravatar mitchell2020-10-22
* Do not clear or perform find result highlighting in "Find in Files" buffer.Gravatar mitchell2020-10-21
* Code cleanup.Gravatar mitchell2020-10-20
* Fixed "Enclose as XML Tags" with multiple selections.Gravatar mitchell2020-10-17
* Added `textadept.run.set_arguments()`.Gravatar mitchell2020-10-17
* Moved `ui.command_entry.active` into C.Gravatar mitchell2020-10-13
* Construct regex replacement pattern from previous commit just once.Gravatar mitchell2020-10-13
* Implement \U, \L, \u, and \l case transformations in regex replacements.Gravatar mitchell2020-10-13
* Removed accidentally committed experimental code.Gravatar mitchell2020-10-12
* Updated LuaDoc for `ui.command_entry.append_history()`.Gravatar mitchell2020-10-12
* Added `ui.command_entry.append_history()` for manually appending history.Gravatar mitchell2020-10-12
* Updated LuaDoc.Gravatar mitchell2020-10-11
* Small LuaDoc update.Gravatar mitchell2020-10-08
* Fixed bug listing bookmarks for all open buffers.Gravatar mitchell2020-10-08
* Added `textadept.history` module for recording and navigating position history.Gravatar mitchell2020-10-08
* Increase the width of dialogs that hold filenames in the terminal version.Gravatar mitchell2020-10-05
* Fixed advancing caret for incremental find when text is not found.Gravatar mitchell2020-10-05
* Various manual and documentation updates.Gravatar mitchell2020-10-05
* Fixed python3 auto-detection for run commands.Gravatar mitchell2020-10-02
* Command entry also considers contents of `textadept` as globals.Gravatar mitchell2020-10-02
* Updated Lua autocompletion and documentation.Gravatar mitchell2020-09-30
* Updated copyright information.Gravatar mitchell2020-09-29
* Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1.Gravatar mitchell2020-09-19