Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-05 | Use CRLF line endings on Windows by default. | ||
2020-10-05 | Increase the width of dialogs that hold filenames in the terminal version. | ||
Long filenames are clipped. | |||
2020-10-05 | Fixed advancing caret for incremental find when text is not found. | ||
2020-10-05 | Various manual and documentation updates. | ||
2020-10-05 | Resolved conflicting menu mnemonics in "Tools" menu for English locale. | ||
2020-10-05 | Resize line number margin in view zoom. | ||
2020-10-05 | Updated German translation. | ||
Thanks to Christof Böckler. | |||
2020-10-04 | Collect garbage on reset. | ||
External modules that have finalizers (__gc metamethod) need to be run now, or else segfaults can occur when running the gc later with stale data. | |||
2020-10-02 | Added Scintilla patch for avoiding crashes with untrimmed XPM images. | ||
Once the patch submitted upstream is accepted, this patch will not be needed. | |||
2020-10-02 | Added Scintilla patch needed for drawing strikeout tabs in the terminal version. | ||
Once the patch submitted upstream is accepted, this patch will not be needed. | |||
2020-10-02 | Fixed python3 auto-detection for run commands. | ||
2020-10-02 | Command entry also considers contents of `textadept` as globals. | ||
Include buffer/view constants as well, which should have been there anyway. | |||
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. |