aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-29Updated for 11.1.mitchell
2021-01-29Updated copyright information.mitchell
2021-01-29Fixed typo in unit tests.mitchell
2021-01-29Updated to Scintillua 4.4.5-2.mitchell
2021-01-28Fixed navigating back through history from a print buffer.mitchell
2021-01-26Updated .gitignore.mitchell
Without the anchor, the textadept modules directory was not being included.
2021-01-25Updated .gitignore.mitchell
Try listing executables explicitly.
2021-01-25GitHub builds should probably use Ubuntu 18.04, not latest, which is variable.mitchell
This version meets the minimum compiler version requirements.
2021-01-25Attempt to fix failing build.mitchell
The build is failing for macOS with 'textadept.icns' not found. `git archive` may be reading from *.gitignore*.
2021-01-24Added basic .gitignore file.mitchell
This is for the convenience of others, as I use Mercurial behind the scenes.
2021-01-24Added sponsorship links.mitchell
2021-01-24Fixed bug restoring view state in an intermediate buffer after closing one.mitchell
2021-01-22`io.get_project_root()` accepts an optional flag for returning a submodule root.mitchell
This is for systems like git that have '.git' files (not directories) for submodules under a parent '.git' directory.
2021-01-22Added `textadept.run.test()` and `textadept.run.test_commands`.mitchell
This enables the running of project tests.
2021-01-22Small code cleanup.mitchell
2021-01-22Compile, run, and build command functions can also return environment tables.mitchell
2021-01-12Added Xs support.mitchell
Requires latest Scintillua.
2021-01-12Added systemd support.mitchell
Requires latest Scintillua.
2021-01-12Added Spin support.mitchell
Requires latest Scintillua.
2021-01-12Added RouterOS support.mitchell
Requires latest Scintillua.
2021-01-12Added fstab support.mitchell
Requires latest Scintillua.
2021-01-12Added systemd-networkd support.mitchell
Requires latest Scintillua.
2021-01-12Added Zig support.mitchell
Requires latest Scintillua.
2021-01-11Added Reason support.mitchell
Requires latest Scintillua.
2021-01-11Added Pony support.mitchell
Requires latest Scintillua.
2021-01-11Added Meson support.mitchell
Requires latest Scintillua.
2021-01-11Added Julia support.mitchell
Requires latest Scintillua.
2021-01-11Added Fantom support.mitchell
Requires latest Scintillua.
2021-01-11Added Elm support.mitchell
Requires latest Scintillua.
2021-01-11Added Clojure support.mitchell
Requires latest Scintillua.
2021-01-08Fixed minor file extension issues.mitchell
Forth and F# had a clash, and pico8 was using the wrong lexer name.
2020-12-23Clarified "external dependencies" in README.mitchell
2020-12-22Fixed `buffer:reload()` only reloading up to a NUL byte, if present.mitchell
2020-12-19Ensure a bare `ui.find.focus()` call resets incremental and in files options.mitchell
2020-12-18Shrink images in docs to fit the window/screen.mitchell
This is better for mobile in particular.
2020-12-15Do not show deleted files in recent file list.mitchell
2020-12-15Attempt to improve mobile presentation of docs.mitchell
2020-12-15Save the current session prior to loading another one.mitchell
2020-12-15Removed temporary compatibility settings for 10.x.mitchell
2020-12-15Do not prompt for file reload during `io.close_all_buffers()`.mitchell
2020-12-11Updated Go error patterns.mitchell
2020-12-11Deprecating mailing list in favor of Discussions.mitchell
2020-12-01Added tag textadept_11.0 for changeset 1f9fd55ed887mitchell
2020-12-01Updated book cover thumbnail.mitchell
2020-12-01Updated Amazon book links.mitchell
2020-11-30New Quick Reference edition.mitchell
2020-11-30Updated for 11.0.mitchell
2020-11-30Updated LuaDoc.mitchell
2020-11-16Added `events.UNFOCUS` for when Textadept loses focus.mitchell
Do not emit this event when a dialog is active.
2020-11-16Code cleanup.mitchell