aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
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
2021-04-13Updated to Scintilla 5.0.1 and latest Scintillua and Scinterm.mitchell
Some of the Scintilla API has changed, and by extension the Scintillua API.
2021-04-11Initial pass reformatting all code.mitchell
Use clang-format, LuaFormatter, and 100 character limit on lines.
2021-03-31Updated changelog.mitchell
2021-03-31Textadept Quick Reference is no longer considered newly published.mitchell
2021-03-28Updated for 11.2 beta.mitchell
2021-03-27Updated to Scintilla 5.0.0 and Lexilla 5.0.0.mitchell
Also updated to latest Scintillua and Scinterm that compile against 5.0.0.
2021-02-09Added `ui.SHOW_ALL_TABS` option for `ui.tabs`.mitchell
Textadept hides the first tab by default since its information is duplicated in the titlebar and screen space is wasted. However, some users choose to hide titlebars (e.g. on window maximize/fullscreen), so this option now exists.
2021-02-09Updated download links for 11.1.mitchell