Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-02 | Fixed bad test. | ||
It was failing in a group setting, not individually. | |||
2020-10-02 | Handle startup errors more nicely. | ||
This also prevents a crash on exit in some circumstances, due to mismatched metatables. | |||
2020-10-01 | Moved 'docs/markdowndoc.lua' into 'scripts/markdowndoc.lua'. | ||
2020-10-01 | Added tag textadept_11.0_beta for changeset bb99fd89eb70 | ||
2020-10-01 | Handle CRLF in locale files. | ||
Previously, LF was expected, so CR (if present) would be in every message. | |||
2020-10-01 | Mark alpha and beta releases as pre-releases. | ||
2020-09-30 | Updated code plots. | ||
2020-09-30 | Updated stale links in changelog. | ||
2020-09-30 | Updated changelog. | ||
2020-09-30 | Updated Lua autocompletion and documentation. | ||
2020-09-30 | Updated for 11.0 beta. | ||
2020-09-30 | Document building Textadept using GTK 3.x instead of 2.24. | ||
2020-09-29 | Updated copyright information. | ||
2020-09-29 | Updated to latest gtdialog revision for improvements filtering huge lists. | ||
2020-09-27 | Fixed `io.quick_open()` not doing anything when file limit was exceeded. | ||
2020-09-25 | Updated Spanish translation. | ||
Thanks to Manuel Montenegro. | |||
2020-09-25 | Ensure version is included in Manual and API Documentation headers. | ||
2020-09-20 | Added code counting script and inline plots. | ||
Removed redundant stats link. | |||
2020-09-20 | Added option to disable temporary key shortcut compatibility checking. | ||
The compatibility checker is not perfect, and it serves primarily to remind users to double-check their key shortcuts for Textadept 11. | |||
2020-09-19 | Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1. | ||
2020-09-19 | Keep download link in GitHub release notes. | ||
Having the direct links in e-mail notifications seems valuable. It also saves having to search through release assets in the Web UI. | |||
2020-09-19 | Added `events.COMMAND_TEXT_CHANGED`. | ||
This is analagous to `events.FIND_TEXT_CHANGED`. | |||
2020-09-19 | Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks. | ||
Also moved buffer state save/restore into ui module. | |||
2020-09-19 | Added `ui.update()` for unit tests. | ||
2020-09-18 | Updated wiki link. | ||
2020-09-16 | Record directory for "find in files" searches. | ||
2020-09-16 | No need for "-e" in simple sed invocations. | ||
2020-09-16 | Always refresh in the terminal version during incremental find. | ||
2020-09-15 | Fixed call tip style display in the terminal version. | ||
It does not appear to inherit from STYLE_DEFAULT. The bug was introduced in r2817. | |||
2020-09-14 | Added support for jq. | ||
Thanks to anonymous. Requires scintillua r841 (changeset a1f0f494ff0e). | |||
2020-09-14 | Refresh generated documentation. | ||
2020-09-14 | More link updates. | ||
2020-09-14 | More small documentation updates. | ||
2020-09-13 | Updated LuaDoc to avoid writing '{{'. | ||
This confuses Jekyll's Liquid tag processing. | |||
2020-09-13 | Added initial GitHub workflow for [nightly] builds. | ||
2020-09-13 | Updated book links and information. | ||
2020-09-13 | Lots of documentation updates. | ||
Updated header id generation, anchors, links, and header levels. Added dedicated book page and support data. Removed extra module autocompletion and documentation from Lua module. Removed GPG signing and verification, as everything is built and distributed on GitHub. Removed all release links prior to 10.8 since there is no point in uploading the relevant files to GitHub. | |||
2020-09-13 | Switch back to Scintilla default (4.x), Scinterm, and Scintillua. | ||
Scintilla LongTerm3 maintenance is ending with upcoming Scintilla 5. Textadept now requires a C++17 compiler. Also updated Docker image. | |||
2020-09-12 | Fixed restoration of replace entry text after "Replace All". | ||
2020-09-10 | Fixed error reporting the number of zero-length find results. | ||
2020-09-10 | Updated documentation header levels. | ||
2020-09-09 | LuaDoc doclet outputs markdown to stdout now. | ||
Now all markdown to HTML is done in one place. Previously, the doclet generated its own HTML. | |||
2020-09-09 | Fixed incorrect compatibility notification for CSS key prefix. | ||
2020-09-09 | Simplified and generalized documentation generation script. | ||
2020-09-09 | Added test file hidden by my local hgignore. | ||
2020-09-08 | Changed processing pipeline for manually generating documentation. | ||
2020-09-08 | Updated Docker build environment to use more recent libc++ headers for osxcross. | ||
Also added some documentation. | |||
2020-09-07 | Fixed find highlighting test failure. | ||
`ui.find.highlight_all_matches` was changed to `false` by default, so enable it for this test. | |||
2020-09-07 | Handle initial queries of `ui.find.find_text` and `repl_text` in curses. | ||
2020-09-07 | Fixed emission of `events.UPDATE_UI` when resuming from suspend. | ||