Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Added systemd support. | ||
Requires latest Scintillua. | |||
2021-01-12 | Added Spin support. | ||
Requires latest Scintillua. | |||
2021-01-12 | Added RouterOS support. | ||
Requires latest Scintillua. | |||
2021-01-12 | Added fstab support. | ||
Requires latest Scintillua. | |||
2021-01-12 | Added systemd-networkd support. | ||
Requires latest Scintillua. | |||
2021-01-12 | Added Zig support. | ||
Requires latest Scintillua. | |||
2021-01-11 | Added Reason support. | ||
Requires latest Scintillua. | |||
2021-01-11 | Added Pony support. | ||
Requires latest Scintillua. | |||
2021-01-11 | Added Meson support. | ||
Requires latest Scintillua. | |||
2021-01-11 | Added Julia support. | ||
Requires latest Scintillua. | |||
2021-01-11 | Added Fantom support. | ||
Requires latest Scintillua. | |||
2021-01-11 | Added Elm support. | ||
Requires latest Scintillua. | |||
2021-01-11 | Added Clojure support. | ||
Requires latest Scintillua. | |||
2020-12-22 | Fixed `buffer:reload()` only reloading up to a NUL byte, if present. | ||
2020-12-15 | Do not show deleted files in recent file list. | ||
2020-12-15 | Do not prompt for file reload during `io.close_all_buffers()`. | ||
2020-11-30 | Updated for 11.0. | ||
2020-11-30 | Updated LuaDoc. | ||
2020-11-16 | Added `events.UNFOCUS` for when Textadept loses focus. | ||
Do not emit this event when a dialog is active. | |||
2020-11-10 | Fill `keys` and `snippet` tables with language-specific tables on init. | ||
This allows users and language modules to easily add bindings and snippets without stepping on each other. | |||
2020-11-03 | Fixed `lfs.walk()` bug with root directory. | ||
Prevent dir to walk from becoming an empty string. | |||
2020-10-30 | Updated for 11.0 beta 2. | ||
2020-10-25 | Handle more types of recursive symlinks in `lfs.walk()`. | ||
2020-10-25 | Handle recursive symlinks in `lfs.walk()`. | ||
2020-10-20 | Code cleanup. | ||
Of note: * io.save_all_files() does not visit each buffer to save anymore. An unintended side-effect was checking for outside modification (but only if the file itself was modified), so outside changes will always be saved over now. * The menu clicked handler uses assert_type(), so the 'Unknown command' localization is no longer needed. * When printing to a new buffer type would split the view, use an existing split view when possible. * Prefer 'goto continue' construct in loops over nested 'if's. * Fixed clearing of ui.find.replace_entry_text on reset in the GUI version. * Fixed lack of statusbar updating when setting options like buffer EOL mode, indentation, and encoding. * Renamed internal new_snippet() to new() and put it in the snippet metatable. | |||
2020-10-11 | Updated LuaDoc. | ||
2020-10-11 | Fixed typo in Russian translation. | ||
2020-10-08 | Small LuaDoc update. | ||
2020-10-08 | More German translation updates. | ||
Thanks to Christof Böckler. | |||
2020-10-08 | Added `textadept.history` module for recording and navigating position history. | ||
2020-10-06 | Only change EOL mode if an EOL is actually detected. | ||
2020-10-05 | Increase the width of dialogs that hold filenames in the terminal version. | ||
Long filenames are clipped. | |||
2020-10-05 | Various manual and documentation updates. | ||
2020-10-05 | Resolved conflicting menu mnemonics in "Tools" menu for English locale. | ||
2020-10-05 | Updated German translation. | ||
Thanks to Christof Böckler. | |||
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-01 | Handle CRLF in locale files. | ||
Previously, LF was expected, so CR (if present) would be in every message. | |||
2020-09-30 | Updated Lua autocompletion and documentation. | ||
2020-09-30 | Updated for 11.0 beta. | ||
2020-09-29 | Updated copyright information. | ||
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-19 | Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1. | ||
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-16 | Record directory for "find in files" searches. | ||
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. |