aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2022-03-19Updated documentation on rearranging tabs and `move_buffer()`.mitchell
2022-03-18Added `move_buffer()` function and made tabs rearrangeable via drag and drop.mitchell
2022-03-17Updated Lua autocompletion and documentation.mitchell
2022-03-17Updated manual regarding copying and pasting of rectangular selections.mitchell
2022-03-03Updated docker image size estimate.mitchell
2022-03-02Updated nightly download link for Windows.mitchell
2022-03-02Updated for 11.4 nightly.mitchell
Lots of changes are in store for the next release, so label the intermediate state in an attempt to minimize confusion. The docs are published immediately on GitHub.
2022-03-02Document GTK 3 theme options in the manual.mitchell
2022-03-02Restored accidental deletion of API docs.mitchell
2022-03-02Updated manual to specify 64-bit Windows is required.mitchell
2022-03-02Updated documentation on preferred use of GTK 3.mitchell
Also updated download and install sizes.
2022-03-01Build with GTK3 by default on Linux using new textadept-build:v2.0 Docker image.mitchell
Build with GTK 2 using new GTK2 flag.
2022-03-01Updated Makefile rules elsewhere in documentation.mitchell
2022-03-01Build macOS executables using GTK 3.mitchell
Requires my new gtkosx archive. The minimum required macOS is now 10.10 (Yosemite).
2022-02-27Build 64-bit Windows executables using GTK 3.mitchell
Requires my new gtkwin archive.
2022-02-27Use icon names from the Free Desktop Icon Naming Specification.mitchell
Requires latest gtDialog.
2022-02-24Second pass refactoring Makefile.mitchell
Allow both the GUI and terminal version to be compiled concurrently.
2022-01-31Updated copyright year.mitchell
2022-01-31Updated changelog.mitchell
2022-01-31Updated for 11.3.mitchell
2021-11-30Updated changelog.mitchell
2021-11-30Updated plots.mitchell
2021-11-30Updated Lua autocompletion and documentation.mitchell
2021-11-30Updated for 11.3 beta 3.mitchell
2021-11-05Added '`' to autopair and typeover.mitchell
Also, small code cleanup.
2021-11-01Updated changelog.mitchell
2021-11-01Updated for 11.3 beta 2.mitchell
2021-10-06Reverted inadvertant change.mitchell
2021-10-06Updated gdb debugger test.mitchell
Newer versions of gdb report different line numbers when stepping into functions.
2021-10-01Fixed uncommenting comments that are not initially aligned.mitchell
2021-10-01Updated changelog.mitchell
2021-09-30Updated Lua autocompletion and documentation.mitchell
2021-09-30Fixed Windows-specific path display in the manual.mitchell
2021-08-01Updated changelog.mitchell
2021-08-01Updated for 11.2.mitchell
2021-06-27Updated to Scintilla 5.1.0.mitchell
2021-06-26Obfuscate contact information a bit more.mitchell
2021-06-11Updated changelog.mitchell
2021-06-11Updated Lua autocompletion and documentation.mitchell
2021-06-11Support "Replace All" in multiple and rectangular selection.mitchell
2021-06-02Fixed download link in changelog.mitchell
2021-06-01Fixed typo in changelog.mitchell
2021-06-01Updated changelog.mitchell
2021-05-30Updated LuaDoc.mitchell
2021-05-29Updated for 11.2 beta 2.mitchell
2021-05-29Updated to Scintilla 5.0.3.mitchell
Updated themes to use new `view.element_color` and treat all colors as opaque if no alpha was given.
2021-04-30Replaced `events.FILE_{BEFORE,AFTER}_RELOAD` with ↵mitchell
`events.BUFFER_{BEFORE,AFTER}_REPLACE_TEXT`. This allows more features to save/restore state when buffer contents are replaced (e.g. file reload, filter through, etc.)
2021-04-19Fixed documentation on generating Lua autocompletion and documentation files ↵mitchell
for user modules.
2021-04-16Added ability to specify find & replace pane entry font via ↵mitchell
`ui.find.entry_font`. Also use type checks when setting find & replace text and labels.
2021-04-14Updated Scintilla iface LuaDoc.mitchell