aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/lua
Commit message (Expand)AuthorAge
* Updated documentation on rearranging tabs and `move_buffer()`.Gravatar mitchell2022-03-19
* Added `move_buffer()` function and made tabs rearrangeable via drag and drop.Gravatar mitchell2022-03-18
* Updated Lua autocompletion and documentation.Gravatar mitchell2022-03-17
* Use icon names from the Free Desktop Icon Naming Specification.Gravatar mitchell2022-02-27
* Updated copyright year.Gravatar mitchell2022-01-31
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-11-30
* Added '`' to autopair and typeover.Gravatar mitchell2021-11-05
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-09-30
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-08-31
* Updated to Scintilla 5.1.0.Gravatar mitchell2021-06-27
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-06-11
* Updated LuaDoc.Gravatar mitchell2021-05-30
* Updated to Scintilla 5.0.3.Gravatar mitchell2021-05-29
* Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with `events.BUFFER_{BEFORE,AFTE...Gravatar mitchell2021-04-30
* Added ability to specify find & replace pane entry font via `ui.find.entry_fo...Gravatar mitchell2021-04-16
* Updated Scintilla iface LuaDoc.Gravatar mitchell2021-04-14
* Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.Gravatar mitchell2021-04-13
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
* Updated to Lua 5.4.2.Gravatar mitchell2021-02-20
* Added `ui.SHOW_ALL_TABS` option for `ui.tabs`.Gravatar mitchell2021-02-09
* Updated copyright information.Gravatar mitchell2021-01-29
* `io.get_project_root()` accepts an optional flag for returning a submodule root.Gravatar mitchell2021-01-22
* Added `textadept.run.test()` and `textadept.run.test_commands`.Gravatar mitchell2021-01-22
* Compile, run, and build command functions can also return environment tables.Gravatar mitchell2021-01-22
* Ensure a bare `ui.find.focus()` call resets incremental and in files options.Gravatar mitchell2020-12-19
* 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
* Updated LuaDoc.Gravatar mitchell2020-10-27
* Code cleanup.Gravatar mitchell2020-10-20
* 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
* Added `textadept.history` module for recording and navigating position history.Gravatar mitchell2020-10-08
* Various manual and documentation updates.Gravatar mitchell2020-10-05
* 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
* Added `events.COMMAND_TEXT_CHANGED`.Gravatar mitchell2020-09-19
* Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks.Gravatar mitchell2020-09-19
* Added `ui.update()` for unit tests.Gravatar mitchell2020-09-19
* Refresh generated documentation.Gravatar mitchell2020-09-14
* More small documentation updates.Gravatar mitchell2020-09-14
* Updated LuaDoc to avoid writing '{{'.Gravatar mitchell2020-09-13
* Lots of documentation updates.Gravatar mitchell2020-09-13