aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2021-01-11Added Clojure support.mitchell
2020-12-22Fixed `buffer:reload()` only reloading up to a NUL byte, if present.mitchell
2020-12-15Do not show deleted files in recent file list.mitchell
2020-12-15Do not prompt for file reload during `io.close_all_buffers()`.mitchell
2020-11-30Updated for 11.0.mitchell
2020-11-30Updated LuaDoc.mitchell
2020-11-16Added `events.UNFOCUS` for when Textadept loses focus.mitchell
2020-11-10Fill `keys` and `snippet` tables with language-specific tables on init.mitchell
2020-11-03Fixed `lfs.walk()` bug with root directory.mitchell
2020-10-30Updated for 11.0 beta 2.mitchell
2020-10-25Handle more types of recursive symlinks in `lfs.walk()`.mitchell
2020-10-25Handle recursive symlinks in `lfs.walk()`.mitchell
2020-10-20Code cleanup.mitchell
2020-10-11Updated LuaDoc.mitchell
2020-10-11Fixed typo in Russian translation.mitchell
2020-10-08Small LuaDoc update.mitchell
2020-10-08More German translation updates.mitchell
2020-10-08Added `textadept.history` module for recording and navigating position history.mitchell
2020-10-06Only change EOL mode if an EOL is actually detected.mitchell
2020-10-05Increase the width of dialogs that hold filenames in the terminal version.mitchell
2020-10-05Various manual and documentation updates.mitchell
2020-10-05Resolved conflicting menu mnemonics in "Tools" menu for English locale.mitchell
2020-10-05Updated German translation.mitchell
2020-10-02Command entry also considers contents of `textadept` as globals.mitchell
2020-10-01Handle CRLF in locale files.mitchell
2020-09-30Updated Lua autocompletion and documentation.mitchell
2020-09-30Updated for 11.0 beta.mitchell
2020-09-29Updated copyright information.mitchell
2020-09-27Fixed `io.quick_open()` not doing anything when file limit was exceeded.mitchell
2020-09-25Updated Spanish translation.mitchell
2020-09-19Updated to Scintilla 4.4.5 and Scintillua 4.4.5-1.mitchell
2020-09-19Added `events.COMMAND_TEXT_CHANGED`.mitchell
2020-09-19Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks.mitchell
2020-09-19Added `ui.update()` for unit tests.mitchell
2020-09-16Record directory for "find in files" searches.mitchell
2020-09-14More link updates.mitchell
2020-09-14More small documentation updates.mitchell
2020-09-13Updated LuaDoc to avoid writing '{{'.mitchell
2020-09-13Lots of documentation updates.mitchell
2020-09-07Added `ui.find.active` and prevent word highlighting when searching.mitchell
2020-09-04Small code cleanup.mitchell
2020-08-23Added "Edit > Preferences" menu item and key binding for opening user init.lua.mitchell
2020-08-22Fixed some issues with r2916 discovered when running tests.mitchell
2020-08-22Improve handling of print buffers and splits.mitchell
2020-08-22Do not remove initial 'Untitled' buffer during `ui._print()`.mitchell
2020-08-21Code cleanup.mitchell
2020-08-21Added `keys.KEYSYMS` representations to LuaDoc.mitchell
2020-08-20Show "Match X/Y" in statusbar when searching for text.mitchell
2020-08-18Use "terminal version" instead of "curses" for more consistency.mitchell
2020-08-17Exclude Fossil version control directory in default filter.mitchell