aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Collapse)AuthorAge
...
* Added Meson support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.
* Added Julia support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.
* Added Fantom support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.
* Added Elm support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.
* Added Clojure support.Gravatar mitchell2021-01-11
| | | | Requires latest Scintillua.
* 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
| | | | Do not emit this event when a dialog is active.
* Fill `keys` and `snippet` tables with language-specific tables on init.Gravatar mitchell2020-11-10
| | | | | This allows users and language modules to easily add bindings and snippets without stepping on each other.
* Fixed `lfs.walk()` bug with root directory.Gravatar mitchell2020-11-03
| | | | Prevent dir to walk from becoming an empty string.
* 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
| | | | | | | | | | | | | | | | 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.
* 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
| | | | Thanks to Christof Böckler.
* 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
| | | | Long filenames are clipped.
* 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
| | | | Thanks to Christof Böckler.
* Command entry also considers contents of `textadept` as globals.Gravatar mitchell2020-10-02
| | | | Include buffer/view constants as well, which should have been there anyway.
* Handle CRLF in locale files.Gravatar mitchell2020-10-01
| | | | Previously, LF was expected, so CR (if present) would be in every message.
* 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
| | | | Thanks to Manuel Montenegro.
* 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
| | | | This is analagous to `events.FIND_TEXT_CHANGED`.
* Added `events.FILE_{BEFORE,AFTER}_RELOAD` and save/restore bookmarks.Gravatar mitchell2020-09-19
| | | | Also moved buffer state save/restore into ui module.
* 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
| | | | This confuses Jekyll's Liquid tag processing.
* Lots of documentation updates.Gravatar mitchell2020-09-13
| | | | | | | | | | 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.
* Added `ui.find.active` and prevent word highlighting when searching.Gravatar mitchell2020-09-07
| | | | Word auto-highlighting when searching is too distracting.
* Small code cleanup.Gravatar mitchell2020-09-04
|
* Added "Edit > Preferences" menu item and key binding for opening user init.lua.Gravatar mitchell2020-08-23
| | | | Also changed the mnemonic for "Edit > Filter Through" in the process.
* Fixed some issues with r2916 discovered when running tests.Gravatar mitchell2020-08-22
|
* Improve handling of print buffers and splits.Gravatar mitchell2020-08-22
| | | | | Always split a single view if `ui.tabs` is `false` and prefer another split view if switching to an existing print buffer.
* Do not remove initial 'Untitled' buffer during `ui._print()`.Gravatar mitchell2020-08-22
| | | | I am not sure why this has been the case.
* Code cleanup.Gravatar mitchell2020-08-21
|