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